#72BF87

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

Shades of Bay Leaf #72BF87

Tints of Bay Leaf #72BF87

Color information

#72BF87 (or 0x72BF87) is unknown color: approx Bay Leaf. HEX triplet: 72, BF and 87. RGB value is (114,191,135). Sum of RGB (Red+Green+Blue) = 114+191+135=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 135 (53.12% from 255 or 30.68% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF87 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BF87 is #8D4078. Grayscale: #A1A1A1. Windows color (decimal): -9257081 or 8896370. OLE color: 8896370.

HSL color Cylindrical-coordinate representation of color #72BF87: hue angle of 136.36º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72BF87 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB114191135-
CMYK0.4000.290.25
HSL136.36º37.56%59.8%-
HSV(B)136.36º40.31%74.9%-
XYZ29.9442.5929.56-
YUV161.59112.9994.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 25.91%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 135 (53.12% from 255) = 30.68%
R=25.91%
G=43.41%
B=30.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141911350.4000.290.25136.3637.5659.8
Hex72BF872801D1988263c
Octal16227720750035312104674
Binary111001010111111100001111010000111011100110001000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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