Shades of Bay Leaf #72B77E
Tints of Bay Leaf #72B77E
RGB
CMYK
RGB Variations
Color information
#72B77E (or 0x72B77E) is known color: Bay Leaf. HEX triplet: 72, B7 and 7E. RGB value is (114,183,126). Sum of RGB (Red+Green+Blue) = 114+183+126=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 183 (71.88% from 255 or 43.26% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 183 - color contains mainly: green. Hex color #72B77E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72B77E is #8D4881. Grayscale: #9C9C9C. Windows color (decimal): -9259138 or 8304498. OLE color: 8304498.
HSL color Cylindrical-coordinate representation of color #72B77E: hue angle of 130.43º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #72B77E is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 114 | 183 | 126 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.28 |
| HSL | 130.43º | 0.32% | 0.58% | - |
| HSV(B) | 130.43º | 0.38% | 0.72% | - |
| XYZ | 27.64 | 38.95 | 25.8 | - |
| YUV | 155.87 | 111.14 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 183 | 126 | 0.38 | 0 | 0.31 | 0.28 | 130.43 | 0.32 | 0.58 |
| Hex | 72 | B7 | 7E | 26 | 0 | 1F | 1C | 82 | 20 | 3A |
| Octal | 162 | 267 | 176 | 46 | 0 | 37 | 34 | 202 | 40 | 72 |
| Binary | 1110010 | 10110111 | 1111110 | 100110 | 0 | 11111 | 11100 | 10000010 | 100000 | 111010 |
Color Harmonies of #72B77E
Complementary color
Monochromatic Colors of #72B77E
Black with #72B77E
Text Example
Text Example
White with #72B77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72B77E; }
p { color: rgb(114,183,126); }
H1.HeaderClassName
{
color: #72B77E;
}
.AnyTagClassName
{
color: #72B77E;
}
</style>
background-color css
<style>
a { background-color: #72B77E; }
a { background-color: rgb(114,183,126); }
div.DivClassName
{
background-color: #72B77E;
}
.BgClassName
{
background-color: #72B77E;
}
</style>
border-color css
<style>
span { border-color: #72B77E; }
span { border-color: rgb(114,183,126); }
td.TdClassName
{
border-color: #72B77E;
}
.TagClassName
{
border-color: #72B77E;
}
</style>