Shades of Trendy Green #868230
Tints of Trendy Green #868230
RGB
CMYK
RGB Variations
Color information
#868230 (or 0x868230) is known color: Trendy Green. HEX triplet: 86, 82 and 30. RGB value is (134,130,48). Sum of RGB (Red+Green+Blue) = 134+130+48=312 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.95% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 134 - color contains mainly: red. Hex color #868230 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868230 is #797DCF. Grayscale: #7A7A7A. Windows color (decimal): -7962064 or 3179142. OLE color: 3179142.
HSL color Cylindrical-coordinate representation of color #868230: hue angle of 57.21º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #868230 is Cyan = 0, Magento = 0.03, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 130 | 48 | - |
| CMYK | 0 | 0.03 | 0.64 | 0.47 |
| HSL | 57.21º | 0.47% | 0.36% | - |
| HSV(B) | 57.21º | 0.64% | 0.53% | - |
| XYZ | 18.35 | 21.25 | 5.93 | - |
| YUV | 121.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 130 | 48 | 0 | 0.03 | 0.64 | 0.47 | 57.21 | 0.47 | 0.36 |
| Hex | 86 | 82 | 30 | 0 | 3 | 40 | 2F | 39 | 2F | 24 |
| Octal | 206 | 202 | 60 | 0 | 3 | 100 | 57 | 71 | 57 | 44 |
| Binary | 10000110 | 10000010 | 110000 | 0 | 11 | 1000000 | 101111 | 111001 | 101111 | 100100 |
Color Harmonies of #868230
Complementary color
Monochromatic Colors of #868230
Black with #868230
Text Example
Text Example
White with #868230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868230; }
p { color: rgb(134,130,48); }
H1.HeaderClassName
{
color: #868230;
}
.AnyTagClassName
{
color: #868230;
}
</style>
background-color css
<style>
a { background-color: #868230; }
a { background-color: rgb(134,130,48); }
div.DivClassName
{
background-color: #868230;
}
.BgClassName
{
background-color: #868230;
}
</style>
border-color css
<style>
span { border-color: #868230; }
span { border-color: rgb(134,130,48); }
td.TdClassName
{
border-color: #868230;
}
.TagClassName
{
border-color: #868230;
}
</style>