Shades of Trendy Green #868830
Tints of Trendy Green #868830
RGB
CMYK
RGB Variations
Color information
#868830 (or 0x868830) is known color: Trendy Green. HEX triplet: 86, 88 and 30. RGB value is (134,136,48). Sum of RGB (Red+Green+Blue) = 134+136+48=318 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.14% from 318); Green value is 136 (53.52% from 255 or 42.77% from 318); Blue value is 48 (19.14% from 255 or 15.09% from 318); Max value from RGB is 136 - color contains mainly: green. Hex color #868830 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868830 is #7977CF. Grayscale: #7D7D7D. Windows color (decimal): -7960528 or 3180678. OLE color: 3180678.
HSL color Cylindrical-coordinate representation of color #868830: hue angle of 61.36º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #868830 is Cyan = 0.01, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 48 | - |
| CMYK | 0.01 | 0 | 0.65 | 0.47 |
| HSL | 61.36º | 0.48% | 0.36% | - |
| HSV(B) | 61.36º | 0.65% | 0.53% | - |
| XYZ | 19.17 | 22.89 | 6.2 | - |
| YUV | 125.37 | 84.34 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 48 | 0.01 | 0 | 0.65 | 0.47 | 61.36 | 0.48 | 0.36 |
| Hex | 86 | 88 | 30 | 1 | 0 | 41 | 2F | 3D | 30 | 24 |
| Octal | 206 | 210 | 60 | 1 | 0 | 101 | 57 | 75 | 60 | 44 |
| Binary | 10000110 | 10001000 | 110000 | 1 | 0 | 1000001 | 101111 | 111101 | 110000 | 100100 |
Color Harmonies of #868830
Complementary color
Monochromatic Colors of #868830
Black with #868830
Text Example
Text Example
White with #868830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868830; }
p { color: rgb(134,136,48); }
H1.HeaderClassName
{
color: #868830;
}
.AnyTagClassName
{
color: #868830;
}
</style>
background-color css
<style>
a { background-color: #868830; }
a { background-color: rgb(134,136,48); }
div.DivClassName
{
background-color: #868830;
}
.BgClassName
{
background-color: #868830;
}
</style>
border-color css
<style>
span { border-color: #868830; }
span { border-color: rgb(134,136,48); }
td.TdClassName
{
border-color: #868830;
}
.TagClassName
{
border-color: #868830;
}
</style>