Shades of Bay Leaf #72BB82
Tints of Bay Leaf #72BB82
RGB
CMYK
RGB Variations
Color information
#72BB82 (or 0x72BB82) is known color: Bay Leaf. HEX triplet: 72, BB and 82. RGB value is (114,187,130). Sum of RGB (Red+Green+Blue) = 114+187+130=431 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.45% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 130 (51.17% from 255 or 30.16% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #72BB82 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BB82 is #8D447D. Grayscale: #9E9E9E. Windows color (decimal): -9258110 or 8567666. OLE color: 8567666.
HSL color Cylindrical-coordinate representation of color #72BB82: hue angle of 133.15º 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 #72BB82 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 114 | 187 | 130 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.27 |
| HSL | 133.15º | 0.35% | 0.59% | - |
| HSV(B) | 133.15º | 0.39% | 0.73% | - |
| XYZ | 28.74 | 40.73 | 27.47 | - |
| YUV | 158.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 187 | 130 | 0.39 | 0 | 0.30 | 0.27 | 133.15 | 0.35 | 0.59 |
| Hex | 72 | BB | 82 | 27 | 0 | 1E | 1B | 85 | 23 | 3B |
| Octal | 162 | 273 | 202 | 47 | 0 | 36 | 33 | 205 | 43 | 73 |
| Binary | 1110010 | 10111011 | 10000010 | 100111 | 0 | 11110 | 11011 | 10000101 | 100011 | 111011 |
Color Harmonies of #72BB82
Complementary color
Monochromatic Colors of #72BB82
Black with #72BB82
Text Example
Text Example
White with #72BB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BB82; }
p { color: rgb(114,187,130); }
H1.HeaderClassName
{
color: #72BB82;
}
.AnyTagClassName
{
color: #72BB82;
}
</style>
background-color css
<style>
a { background-color: #72BB82; }
a { background-color: rgb(114,187,130); }
div.DivClassName
{
background-color: #72BB82;
}
.BgClassName
{
background-color: #72BB82;
}
</style>
border-color css
<style>
span { border-color: #72BB82; }
span { border-color: rgb(114,187,130); }
td.TdClassName
{
border-color: #72BB82;
}
.TagClassName
{
border-color: #72BB82;
}
</style>