#7EAF89

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

Shades of Bay Leaf #7EAF89

Tints of Bay Leaf #7EAF89

Color information

#7EAF89 (or 0x7EAF89) is unknown color: approx Bay Leaf. HEX triplet: 7E, AF and 89. RGB value is (126,175,137). Sum of RGB (Red+Green+Blue) = 126+175+137=438 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.77% from 438); Green value is 175 (68.75% from 255 or 39.95% from 438); Blue value is 137 (53.91% from 255 or 31.28% from 438); Max value from RGB is 175 - color contains mainly: green. Hex color #7EAF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EAF89 is #815076. Grayscale: #9C9C9C. Windows color (decimal): -8474743 or 9023358. OLE color: 9023358.

HSL color Cylindrical-coordinate representation of color #7EAF89: hue angle of 133.47º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7EAF89 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB126175137-
CMYK0.2800.220.31
HSL133.47º23.44%59.02%-
HSV(B)133.47º28%68.63%-
XYZ28.4536.929.29-
YUV156.02117.27106.59-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 28.77%
GREEN value IS 175 (68.75% from 255) = 39.95%
BLUE value IS 137 (53.91% from 255) = 31.28%
R=28.77%
G=39.95%
B=31.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1261751370.2800.220.31133.4723.4459.02
Hex7EAF891C0161F85173b
Octal17625721134026372052773
Binary1111110101011111000100111100010110111111000010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,175,137); }

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

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

 a { background-color: rgb(126,175,137); }

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

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

 span { border-color: rgb(126,175,137); }

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