Shades of Lima #81A709
Tints of Lima #81A709
RGB
CMYK
RGB Variations
Color information
#81A709 (or 0x81A709) is known color: Lima. HEX triplet: 81, A7 and 09. RGB value is (129,167,9). Sum of RGB (Red+Green+Blue) = 129+167+9=305 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.30% from 305); Green value is 167 (65.62% from 255 or 54.75% from 305); Blue value is 9 (3.91% from 255 or 2.95% from 305); Max value from RGB is 167 - color contains mainly: green. Hex color #81A709 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #81A709 is #7E58F6. Grayscale: #8A8A8A. Windows color (decimal): -8280311 or 632705. OLE color: 632705.
HSL color Cylindrical-coordinate representation of color #81A709: hue angle of 74.43º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #81A709 is Cyan = 0.23, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 167 | 9 | - |
| CMYK | 0.23 | 0 | 0.95 | 0.35 |
| HSL | 74.43º | 0.9% | 0.35% | - |
| HSV(B) | 74.43º | 0.95% | 0.65% | - |
| XYZ | 22.92 | 32.32 | 5.29 | - |
| YUV | 137.63 | 55.41 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 9 | 0.23 | 0 | 0.95 | 0.35 | 74.43 | 0.9 | 0.35 |
| Hex | 81 | A7 | 9 | 17 | 0 | 5F | 23 | 4A | 5A | 23 |
| Octal | 201 | 247 | 11 | 27 | 0 | 137 | 43 | 112 | 132 | 43 |
| Binary | 10000001 | 10100111 | 1001 | 10111 | 0 | 1011111 | 100011 | 1001010 | 1011010 | 100011 |
Color Harmonies of #81A709
Complementary color
Monochromatic Colors of #81A709
Black with #81A709
Text Example
Text Example
White with #81A709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A709; }
p { color: rgb(129,167,9); }
H1.HeaderClassName
{
color: #81A709;
}
.AnyTagClassName
{
color: #81A709;
}
</style>
background-color css
<style>
a { background-color: #81A709; }
a { background-color: rgb(129,167,9); }
div.DivClassName
{
background-color: #81A709;
}
.BgClassName
{
background-color: #81A709;
}
</style>
border-color css
<style>
span { border-color: #81A709; }
span { border-color: rgb(129,167,9); }
td.TdClassName
{
border-color: #81A709;
}
.TagClassName
{
border-color: #81A709;
}
</style>