#7AB487

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

Shades of Bay Leaf #7AB487

Tints of Bay Leaf #7AB487

Color information

#7AB487 (or 0x7AB487) is unknown color: approx Bay Leaf. HEX triplet: 7A, B4 and 87. RGB value is (122,180,135). Sum of RGB (Red+Green+Blue) = 122+180+135=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB487 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB487 is #854B78. Grayscale: #9D9D9D. Windows color (decimal): -8735609 or 8893562. OLE color: 8893562.

HSL color Cylindrical-coordinate representation of color #7AB487: hue angle of 133.45º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB487 is Cyan = 0.32, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB122180135-
CMYK0.3200.250.29
HSL133.45º27.88%59.22%-
HSV(B)133.45º32.22%70.59%-
XYZ28.7238.5328.84-
YUV157.53115.28102.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.92%
GREEN value IS 180 (70.70% from 255) = 41.19%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=27.92%
G=41.19%
B=30.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1221801350.3200.250.29133.4527.8859.22
Hex7AB487200191D851c3b
Octal17226420740031352053473
Binary11110101011010010000111100000011001111011000010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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