#7AA587

Color #7AA587 Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #7AA587

Tints of Bay Leaf #7AA587

Color information

#7AA587 (or 0x7AA587) is unknown color: approx Bay Leaf. HEX triplet: 7A, A5 and 87. RGB value is (122,165,135). Sum of RGB (Red+Green+Blue) = 122+165+135=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 165 - color contains mainly: green. Hex color #7AA587 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA587 is #855A78. Grayscale: #949494. Windows color (decimal): -8739449 or 8889722. OLE color: 8889722.

HSL color Cylindrical-coordinate representation of color #7AA587: hue angle of 138.14º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA587 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB122165135-
CMYK0.2600.180.35
HSL138.14º19.28%56.27%-
HSV(B)138.14º26.06%64.71%-
XYZ25.8532.827.89-
YUV148.72120.25108.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 122 (48.05% from 255) = 28.91%
GREEN value IS 165 (64.84% from 255) = 39.10%
BLUE value IS 135 (53.12% from 255) = 31.99%
R=28.91%
G=39.10%
B=31.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1221651350.2600.180.35138.1419.2856.27
Hex7AA5871A012238a1338
Octal17224520732022432122370
Binary11110101010010110000111110100100101000111000101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7AA587; }

 p { color: rgb(122,165,135); }

 H1.HeaderClassName
 {
   color: #7AA587;
 }
 .AnyTagClassName
 {
   color: #7AA587;
 }
</style>
background-color css

<style>
 a { background-color: #7AA587; }

 a { background-color: rgb(122,165,135); }

 div.DivClassName
 {
   background-color: #7AA587;
 }
 .BgClassName
 {
   background-color: #7AA587;
 }
</style>
border-color css

<style>
 span { border-color: #7AA587; }

 span { border-color: rgb(122,165,135); }

 td.TdClassName
 {
   border-color: #7AA587;
 }
 .TagClassName
 {
   border-color: #7AA587;
 }
</style>