#72AF89

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

Shades of Bay Leaf #72AF89

Tints of Bay Leaf #72AF89

Color information

#72AF89 (or 0x72AF89) is unknown color: approx Bay Leaf. HEX triplet: 72, AF and 89. RGB value is (114,175,137). Sum of RGB (Red+Green+Blue) = 114+175+137=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 137 (53.91% from 255 or 32.16% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #72AF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AF89 is #8D5076. Grayscale: #989898. Windows color (decimal): -9261175 or 9023346. OLE color: 9023346.

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

Color convert

RGB114175137-
CMYK0.3500.220.31
HSL142.62º27.6%56.67%-
HSV(B)142.62º34.86%68.63%-
XYZ26.7836.0429.21-
YUV152.43119.29100.59-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.76%
GREEN value IS 175 (68.75% from 255) = 41.08%
BLUE value IS 137 (53.91% from 255) = 32.16%
R=26.76%
G=41.08%
B=32.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1141751370.3500.220.31142.6227.656.67
Hex72AF89230161F8f1c39
Octal16225721143026372173471
Binary11100101010111110001001100011010110111111000111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AF89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72AF89; }

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

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

<style>
 a { background-color: #72AF89; }

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

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

<style>
 span { border-color: #72AF89; }

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

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