Shades of Bay Leaf #72B17F
Tints of Bay Leaf #72B17F
RGB
CMYK
RGB Variations
Color information
#72B17F (or 0x72B17F) is known color: Bay Leaf. HEX triplet: 72, B1 and 7F. RGB value is (114,177,127). Sum of RGB (Red+Green+Blue) = 114+177+127=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #72B17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B17F is #8D4E80. Grayscale: #989898. Windows color (decimal): -9260673 or 8368498. OLE color: 8368498.
HSL color Cylindrical-coordinate representation of color #72B17F: hue angle of 132.38º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #72B17F is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 114 | 177 | 127 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.31 |
| HSL | 132.38º | 0.29% | 0.57% | - |
| HSV(B) | 132.38º | 0.36% | 0.69% | - |
| XYZ | 26.49 | 36.55 | 25.74 | - |
| YUV | 152.46 | 113.63 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 177 | 127 | 0.36 | 0 | 0.28 | 0.31 | 132.38 | 0.29 | 0.57 |
| Hex | 72 | B1 | 7F | 24 | 0 | 1C | 1F | 84 | 1D | 39 |
| Octal | 162 | 261 | 177 | 44 | 0 | 34 | 37 | 204 | 35 | 71 |
| Binary | 1110010 | 10110001 | 1111111 | 100100 | 0 | 11100 | 11111 | 10000100 | 11101 | 111001 |
Color Harmonies of #72B17F
Complementary color
Monochromatic Colors of #72B17F
Black with #72B17F
Text Example
Text Example
White with #72B17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B17F; }
p { color: rgb(114,177,127); }
H1.HeaderClassName
{
color: #72B17F;
}
.AnyTagClassName
{
color: #72B17F;
}
</style>
background-color css
<style>
a { background-color: #72B17F; }
a { background-color: rgb(114,177,127); }
div.DivClassName
{
background-color: #72B17F;
}
.BgClassName
{
background-color: #72B17F;
}
</style>
border-color css
<style>
span { border-color: #72B17F; }
span { border-color: rgb(114,177,127); }
td.TdClassName
{
border-color: #72B17F;
}
.TagClassName
{
border-color: #72B17F;
}
</style>