Shades of Bay Leaf #81B78E
Tints of Bay Leaf #81B78E
RGB
CMYK
RGB Variations
Color information
#81B78E (or 0x81B78E) is known color: Bay Leaf. HEX triplet: 81, B7 and 8E. RGB value is (129,183,142). Sum of RGB (Red+Green+Blue) = 129+183+142=454 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.41% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 142 (55.86% from 255 or 31.28% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #81B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B78E is #7E4871. Grayscale: #A2A2A2. Windows color (decimal): -8276082 or 9353089. OLE color: 9353089.
HSL color Cylindrical-coordinate representation of color #81B78E: hue angle of 134.44º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #81B78E is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 142 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.28 |
| HSL | 134.44º | 0.27% | 0.61% | - |
| HSV(B) | 134.44º | 0.3% | 0.72% | - |
| XYZ | 30.87 | 40.49 | 31.78 | - |
| YUV | 162.18 | 116.61 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 142 | 0.30 | 0 | 0.22 | 0.28 | 134.44 | 0.27 | 0.61 |
| Hex | 81 | B7 | 8E | 1E | 0 | 16 | 1C | 86 | 1B | 3D |
| Octal | 201 | 267 | 216 | 36 | 0 | 26 | 34 | 206 | 33 | 75 |
| Binary | 10000001 | 10110111 | 10001110 | 11110 | 0 | 10110 | 11100 | 10000110 | 11011 | 111101 |
Color Harmonies of #81B78E
Complementary color
Monochromatic Colors of #81B78E
Black with #81B78E
Text Example
Text Example
White with #81B78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B78E; }
p { color: rgb(129,183,142); }
H1.HeaderClassName
{
color: #81B78E;
}
.AnyTagClassName
{
color: #81B78E;
}
</style>
background-color css
<style>
a { background-color: #81B78E; }
a { background-color: rgb(129,183,142); }
div.DivClassName
{
background-color: #81B78E;
}
.BgClassName
{
background-color: #81B78E;
}
</style>
border-color css
<style>
span { border-color: #81B78E; }
span { border-color: rgb(129,183,142); }
td.TdClassName
{
border-color: #81B78E;
}
.TagClassName
{
border-color: #81B78E;
}
</style>