#72BC87

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

Shades of Bay Leaf #72BC87

Tints of Bay Leaf #72BC87

Color information

#72BC87 (or 0x72BC87) is unknown color: approx Bay Leaf. HEX triplet: 72, BC and 87. RGB value is (114,188,135). Sum of RGB (Red+Green+Blue) = 114+188+135=437 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.09% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 135 (53.12% from 255 or 30.89% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BC87 is #8D4378. Grayscale: #9F9F9F. Windows color (decimal): -9257849 or 8895602. OLE color: 8895602.

HSL color Cylindrical-coordinate representation of color #72BC87: hue angle of 137.03º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #72BC87 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB114188135-
CMYK0.3900.280.26
HSL137.03º35.58%59.22%-
HSV(B)137.03º39.36%73.73%-
XYZ29.341.2929.35-
YUV159.83113.9895.31-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.09%
GREEN value IS 188 (73.83% from 255) = 43.02%
BLUE value IS 135 (53.12% from 255) = 30.89%
R=26.09%
G=43.02%
B=30.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141881350.3900.280.26137.0335.5859.22
Hex72BC872701C1A89243b
Octal16227420747034322114473
Binary111001010111100100001111001110111001101010001001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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