Shades of Bay Leaf #72C181
Tints of Bay Leaf #72C181
RGB
CMYK
RGB Variations
Color information
#72C181 (or 0x72C181) is known color: Bay Leaf. HEX triplet: 72, C1 and 81. RGB value is (114,193,129). Sum of RGB (Red+Green+Blue) = 114+193+129=436 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.15% from 436); Green value is 193 (75.78% from 255 or 44.27% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 193 - color contains mainly: green. Hex color #72C181 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72C181 is #8D3E7E. Grayscale: #A2A2A2. Windows color (decimal): -9256575 or 8503666. OLE color: 8503666.
HSL color Cylindrical-coordinate representation of color #72C181: hue angle of 131.39º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #72C181 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 114 | 193 | 129 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.24 |
| HSL | 131.39º | 0.39% | 0.6% | - |
| HSV(B) | 131.39º | 0.41% | 0.76% | - |
| XYZ | 29.97 | 43.3 | 27.55 | - |
| YUV | 162.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 193 | 129 | 0.41 | 0 | 0.33 | 0.24 | 131.39 | 0.39 | 0.6 |
| Hex | 72 | C1 | 81 | 29 | 0 | 21 | 18 | 83 | 27 | 3C |
| Octal | 162 | 301 | 201 | 51 | 0 | 41 | 30 | 203 | 47 | 74 |
| Binary | 1110010 | 11000001 | 10000001 | 101001 | 0 | 100001 | 11000 | 10000011 | 100111 | 111100 |
Color Harmonies of #72C181
Complementary color
Monochromatic Colors of #72C181
Black with #72C181
Text Example
Text Example
White with #72C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72C181; }
p { color: rgb(114,193,129); }
H1.HeaderClassName
{
color: #72C181;
}
.AnyTagClassName
{
color: #72C181;
}
</style>
background-color css
<style>
a { background-color: #72C181; }
a { background-color: rgb(114,193,129); }
div.DivClassName
{
background-color: #72C181;
}
.BgClassName
{
background-color: #72C181;
}
</style>
border-color css
<style>
span { border-color: #72C181; }
span { border-color: rgb(114,193,129); }
td.TdClassName
{
border-color: #72C181;
}
.TagClassName
{
border-color: #72C181;
}
</style>