#72BB87

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

Shades of Bay Leaf #72BB87

Tints of Bay Leaf #72BB87

Color information

#72BB87 (or 0x72BB87) is unknown color: approx Bay Leaf. HEX triplet: 72, BB and 87. RGB value is (114,187,135). Sum of RGB (Red+Green+Blue) = 114+187+135=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 135 (53.12% from 255 or 30.96% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB87 is #8D4478. Grayscale: #9F9F9F. Windows color (decimal): -9258105 or 8895346. OLE color: 8895346.

HSL color Cylindrical-coordinate representation of color #72BB87: hue angle of 137.26º degrees, saturation: 0.35, 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 #72BB87 is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB114187135-
CMYK0.3900.280.27
HSL137.26º34.93%59.02%-
HSV(B)137.26º39.04%73.33%-
XYZ29.0840.8729.28-
YUV159.24114.3295.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 26.15%
GREEN value IS 187 (73.44% from 255) = 42.89%
BLUE value IS 135 (53.12% from 255) = 30.96%
R=26.15%
G=42.89%
B=30.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141871350.3900.280.27137.2634.9359.02
Hex72BB872701C1B89233b
Octal16227320747034332114373
Binary111001010111011100001111001110111001101110001001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BB87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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