Shades of Bay Leaf #81B790
Tints of Bay Leaf #81B790
RGB
CMYK
RGB Variations
Color information
#81B790 (or 0x81B790) is known color: Bay Leaf. HEX triplet: 81, B7 and 90. RGB value is (129,183,144). Sum of RGB (Red+Green+Blue) = 129+183+144=456 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.29% from 456); Green value is 183 (71.88% from 255 or 40.13% from 456); Blue value is 144 (56.64% from 255 or 31.58% from 456); Max value from RGB is 183 - color contains mainly: green. Hex color #81B790 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B790 is #7E486F. Grayscale: #A2A2A2. Windows color (decimal): -8276080 or 9484161. OLE color: 9484161.
HSL color Cylindrical-coordinate representation of color #81B790: hue angle of 136.67º 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 #81B790 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 129 | 183 | 144 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.28 |
| HSL | 136.67º | 0.27% | 0.61% | - |
| HSV(B) | 136.67º | 0.3% | 0.72% | - |
| XYZ | 31.02 | 40.55 | 32.58 | - |
| YUV | 162.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 183 | 144 | 0.30 | 0 | 0.21 | 0.28 | 136.67 | 0.27 | 0.61 |
| Hex | 81 | B7 | 90 | 1E | 0 | 15 | 1C | 89 | 1B | 3D |
| Octal | 201 | 267 | 220 | 36 | 0 | 25 | 34 | 211 | 33 | 75 |
| Binary | 10000001 | 10110111 | 10010000 | 11110 | 0 | 10101 | 11100 | 10001001 | 11011 | 111101 |
Color Harmonies of #81B790
Complementary color
Monochromatic Colors of #81B790
Black with #81B790
Text Example
Text Example
White with #81B790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B790; }
p { color: rgb(129,183,144); }
H1.HeaderClassName
{
color: #81B790;
}
.AnyTagClassName
{
color: #81B790;
}
</style>
background-color css
<style>
a { background-color: #81B790; }
a { background-color: rgb(129,183,144); }
div.DivClassName
{
background-color: #81B790;
}
.BgClassName
{
background-color: #81B790;
}
</style>
border-color css
<style>
span { border-color: #81B790; }
span { border-color: rgb(129,183,144); }
td.TdClassName
{
border-color: #81B790;
}
.TagClassName
{
border-color: #81B790;
}
</style>