Shades of Bay Leaf #72BC7F
Tints of Bay Leaf #72BC7F
RGB
CMYK
RGB Variations
Color information
#72BC7F (or 0x72BC7F) is known color: Bay Leaf. HEX triplet: 72, BC and 7F. RGB value is (114,188,127). Sum of RGB (Red+Green+Blue) = 114+188+127=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 188 (73.83% from 255 or 43.82% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC7F is #8D4380. Grayscale: #9F9F9F. Windows color (decimal): -9257857 or 8371314. OLE color: 8371314.
HSL color Cylindrical-coordinate representation of color #72BC7F: hue angle of 130.54º 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 #72BC7F is Cyan = 0.39, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 114 | 188 | 127 | - |
| CMYK | 0.39 | 0 | 0.32 | 0.26 |
| HSL | 130.54º | 0.36% | 0.59% | - |
| HSV(B) | 130.54º | 0.39% | 0.74% | - |
| XYZ | 28.75 | 41.08 | 26.49 | - |
| YUV | 158.92 | 109.98 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 188 | 127 | 0.39 | 0 | 0.32 | 0.26 | 130.54 | 0.36 | 0.59 |
| Hex | 72 | BC | 7F | 27 | 0 | 20 | 1A | 83 | 24 | 3B |
| Octal | 162 | 274 | 177 | 47 | 0 | 40 | 32 | 203 | 44 | 73 |
| Binary | 1110010 | 10111100 | 1111111 | 100111 | 0 | 100000 | 11010 | 10000011 | 100100 | 111011 |
Color Harmonies of #72BC7F
Complementary color
Monochromatic Colors of #72BC7F
Black with #72BC7F
Text Example
Text Example
White with #72BC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72BC7F; }
p { color: rgb(114,188,127); }
H1.HeaderClassName
{
color: #72BC7F;
}
.AnyTagClassName
{
color: #72BC7F;
}
</style>
background-color css
<style>
a { background-color: #72BC7F; }
a { background-color: rgb(114,188,127); }
div.DivClassName
{
background-color: #72BC7F;
}
.BgClassName
{
background-color: #72BC7F;
}
</style>
border-color css
<style>
span { border-color: #72BC7F; }
span { border-color: rgb(114,188,127); }
td.TdClassName
{
border-color: #72BC7F;
}
.TagClassName
{
border-color: #72BC7F;
}
</style>