#72BA87

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

Shades of Bay Leaf #72BA87

Tints of Bay Leaf #72BA87

Color information

#72BA87 (or 0x72BA87) is unknown color: approx Bay Leaf. HEX triplet: 72, BA and 87. RGB value is (114,186,135). Sum of RGB (Red+Green+Blue) = 114+186+135=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 135 (53.12% from 255 or 31.03% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #72BA87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BA87 is #8D4578. Grayscale: #9E9E9E. Windows color (decimal): -9258361 or 8895090. OLE color: 8895090.

HSL color Cylindrical-coordinate representation of color #72BA87: hue angle of 137.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BA87 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB114186135-
CMYK0.3900.270.27
HSL137.5º34.29%58.82%-
HSV(B)137.5º38.71%72.94%-
XYZ28.8740.4429.21-
YUV158.66114.6596.15-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.21%
GREEN value IS 186 (73.05% from 255) = 42.76%
BLUE value IS 135 (53.12% from 255) = 31.03%
R=26.21%
G=42.76%
B=31.03%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141861350.3900.270.27137.534.2958.82
Hex72BA872701B1B8a223b
Octal16227220747033332124273
Binary111001010111010100001111001110110111101110001010100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,186,135); }

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

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

 a { background-color: rgb(114,186,135); }

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

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

 span { border-color: rgb(114,186,135); }

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