Shades of Bay Leaf #72BC8C
Tints of Bay Leaf #72BC8C
RGB
CMYK
RGB Variations
Color information
#72BC8C (or 0x72BC8C) is known color: Bay Leaf. HEX triplet: 72, BC and 8C. RGB value is (114,188,140). Sum of RGB (Red+Green+Blue) = 114+188+140=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 188 (73.83% from 255 or 42.53% from 442); Blue value is 140 (55.08% from 255 or 31.67% from 442); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72BC8C is #8D4373. Grayscale: #A0A0A0. Windows color (decimal): -9257844 or 9223282. OLE color: 9223282.
HSL color Cylindrical-coordinate representation of color #72BC8C: hue angle of 141.08º 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 #72BC8C is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 140 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.26 |
| HSL | 141.08º | 0.36% | 0.59% | - |
| HSV(B) | 141.08º | 0.39% | 0.74% | - |
| XYZ | 29.66 | 41.44 | 31.25 | - |
| YUV | 160.4 | 116.48 | 94.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 140 | 0.39 | 0 | 0.26 | 0.26 | 141.08 | 0.36 | 0.59 |
| Hex | 72 | BC | 8C | 27 | 0 | 1A | 1A | 8D | 24 | 3B |
| Octal | 162 | 274 | 214 | 47 | 0 | 32 | 32 | 215 | 44 | 73 |
| Binary | 1110010 | 10111100 | 10001100 | 100111 | 0 | 11010 | 11010 | 10001101 | 100100 | 111011 |
Color Harmonies of #72BC8C
Complementary color
Monochromatic Colors of #72BC8C
Black with #72BC8C
Text Example
Text Example
White with #72BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC8C; }
p { color: rgb(114,188,140); }
H1.HeaderClassName
{
color: #72BC8C;
}
.AnyTagClassName
{
color: #72BC8C;
}
</style>
background-color css
<style>
a { background-color: #72BC8C; }
a { background-color: rgb(114,188,140); }
div.DivClassName
{
background-color: #72BC8C;
}
.BgClassName
{
background-color: #72BC8C;
}
</style>
border-color css
<style>
span { border-color: #72BC8C; }
span { border-color: rgb(114,188,140); }
td.TdClassName
{
border-color: #72BC8C;
}
.TagClassName
{
border-color: #72BC8C;
}
</style>