Shades of Bay Leaf #81B68D
Tints of Bay Leaf #81B68D
RGB
CMYK
RGB Variations
Color information
#81B68D (or 0x81B68D) is known color: Bay Leaf. HEX triplet: 81, B6 and 8D. RGB value is (129,182,141). Sum of RGB (Red+Green+Blue) = 129+182+141=452 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.54% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 141 (55.47% from 255 or 31.19% from 452); Max value from RGB is 182 - color contains mainly: green. Hex color #81B68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81B68D is #7E4972. Grayscale: #A1A1A1. Windows color (decimal): -8276339 or 9287297. OLE color: 9287297.
HSL color Cylindrical-coordinate representation of color #81B68D: hue angle of 133.58º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81B68D is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 182 | 141 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.29 |
| HSL | 133.58º | 0.27% | 0.61% | - |
| HSV(B) | 133.58º | 0.29% | 0.71% | - |
| XYZ | 30.59 | 40.05 | 31.32 | - |
| YUV | 161.48 | 116.44 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 182 | 141 | 0.29 | 0 | 0.23 | 0.29 | 133.58 | 0.27 | 0.61 |
| Hex | 81 | B6 | 8D | 1D | 0 | 17 | 1D | 86 | 1B | 3D |
| Octal | 201 | 266 | 215 | 35 | 0 | 27 | 35 | 206 | 33 | 75 |
| Binary | 10000001 | 10110110 | 10001101 | 11101 | 0 | 10111 | 11101 | 10000110 | 11011 | 111101 |
Color Harmonies of #81B68D
Complementary color
Monochromatic Colors of #81B68D
Black with #81B68D
Text Example
Text Example
White with #81B68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81B68D; }
p { color: rgb(129,182,141); }
H1.HeaderClassName
{
color: #81B68D;
}
.AnyTagClassName
{
color: #81B68D;
}
</style>
background-color css
<style>
a { background-color: #81B68D; }
a { background-color: rgb(129,182,141); }
div.DivClassName
{
background-color: #81B68D;
}
.BgClassName
{
background-color: #81B68D;
}
</style>
border-color css
<style>
span { border-color: #81B68D; }
span { border-color: rgb(129,182,141); }
td.TdClassName
{
border-color: #81B68D;
}
.TagClassName
{
border-color: #81B68D;
}
</style>