Shades of Trendy Green #818718
Tints of Trendy Green #818718
RGB
CMYK
RGB Variations
Color information
#818718 (or 0x818718) is known color: Trendy Green. HEX triplet: 81, 87 and 18. RGB value is (129,135,24). Sum of RGB (Red+Green+Blue) = 129+135+24=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 24 (9.77% from 255 or 8.33% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #818718 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818718 is #7E78E7. Grayscale: #787878. Windows color (decimal): -8288488 or 1607553. OLE color: 1607553.
HSL color Cylindrical-coordinate representation of color #818718: hue angle of 63.24º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #818718 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 129 | 135 | 24 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.47 |
| HSL | 63.24º | 0.7% | 0.31% | - |
| HSV(B) | 63.24º | 0.82% | 0.53% | - |
| XYZ | 17.88 | 22.06 | 4.18 | - |
| YUV | 120.55 | 73.51 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 135 | 24 | 0.04 | 0 | 0.82 | 0.47 | 63.24 | 0.7 | 0.31 |
| Hex | 81 | 87 | 18 | 4 | 0 | 52 | 2F | 3F | 46 | 1F |
| Octal | 201 | 207 | 30 | 4 | 0 | 122 | 57 | 77 | 106 | 37 |
| Binary | 10000001 | 10000111 | 11000 | 100 | 0 | 1010010 | 101111 | 111111 | 1000110 | 11111 |
Color Harmonies of #818718
Complementary color
Monochromatic Colors of #818718
Black with #818718
Text Example
Text Example
White with #818718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818718; }
p { color: rgb(129,135,24); }
H1.HeaderClassName
{
color: #818718;
}
.AnyTagClassName
{
color: #818718;
}
</style>
background-color css
<style>
a { background-color: #818718; }
a { background-color: rgb(129,135,24); }
div.DivClassName
{
background-color: #818718;
}
.BgClassName
{
background-color: #818718;
}
</style>
border-color css
<style>
span { border-color: #818718; }
span { border-color: rgb(129,135,24); }
td.TdClassName
{
border-color: #818718;
}
.TagClassName
{
border-color: #818718;
}
</style>