Shades of Bay Leaf #72C081
Tints of Bay Leaf #72C081
RGB
CMYK
RGB Variations
Color information
#72C081 (or 0x72C081) is known color: Bay Leaf. HEX triplet: 72, C0 and 81. RGB value is (114,192,129). Sum of RGB (Red+Green+Blue) = 114+192+129=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 192 (75.39% from 255 or 44.14% from 435); Blue value is 129 (50.78% from 255 or 29.66% from 435); Max value from RGB is 192 - color contains mainly: green. Hex color #72C081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C081 is #8D3F7E. Grayscale: #A1A1A1. Windows color (decimal): -9256831 or 8503410. OLE color: 8503410.
HSL color Cylindrical-coordinate representation of color #72C081: hue angle of 131.54º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C081 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 114 | 192 | 129 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.25 |
| HSL | 131.54º | 0.38% | 0.6% | - |
| HSV(B) | 131.54º | 0.41% | 0.75% | - |
| XYZ | 29.75 | 42.86 | 27.47 | - |
| YUV | 161.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 192 | 129 | 0.41 | 0 | 0.33 | 0.25 | 131.54 | 0.38 | 0.6 |
| Hex | 72 | C0 | 81 | 29 | 0 | 21 | 19 | 84 | 26 | 3C |
| Octal | 162 | 300 | 201 | 51 | 0 | 41 | 31 | 204 | 46 | 74 |
| Binary | 1110010 | 11000000 | 10000001 | 101001 | 0 | 100001 | 11001 | 10000100 | 100110 | 111100 |
Color Harmonies of #72C081
Complementary color
Monochromatic Colors of #72C081
Black with #72C081
Text Example
Text Example
White with #72C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C081; }
p { color: rgb(114,192,129); }
H1.HeaderClassName
{
color: #72C081;
}
.AnyTagClassName
{
color: #72C081;
}
</style>
background-color css
<style>
a { background-color: #72C081; }
a { background-color: rgb(114,192,129); }
div.DivClassName
{
background-color: #72C081;
}
.BgClassName
{
background-color: #72C081;
}
</style>
border-color css
<style>
span { border-color: #72C081; }
span { border-color: rgb(114,192,129); }
td.TdClassName
{
border-color: #72C081;
}
.TagClassName
{
border-color: #72C081;
}
</style>