Shades of Trendy Green #868825
Tints of Trendy Green #868825
RGB
CMYK
RGB Variations
Color information
#868825 (or 0x868825) is known color: Trendy Green. HEX triplet: 86, 88 and 25. RGB value is (134,136,37). Sum of RGB (Red+Green+Blue) = 134+136+37=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 136 (53.52% from 255 or 44.30% from 307); Blue value is 37 (14.84% from 255 or 12.05% from 307); Max value from RGB is 136 - color contains mainly: green. Hex color #868825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868825 is #7977DA. Grayscale: #7C7C7C. Windows color (decimal): -7960539 or 2459782. OLE color: 2459782.
HSL color Cylindrical-coordinate representation of color #868825: hue angle of 61.21º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #868825 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 136 | 37 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.47 |
| HSL | 61.21º | 0.57% | 0.34% | - |
| HSV(B) | 61.21º | 0.73% | 0.53% | - |
| XYZ | 18.97 | 22.81 | 5.15 | - |
| YUV | 124.12 | 78.84 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 136 | 37 | 0.01 | 0 | 0.73 | 0.47 | 61.21 | 0.57 | 0.34 |
| Hex | 86 | 88 | 25 | 1 | 0 | 49 | 2F | 3D | 39 | 22 |
| Octal | 206 | 210 | 45 | 1 | 0 | 111 | 57 | 75 | 71 | 42 |
| Binary | 10000110 | 10001000 | 100101 | 1 | 0 | 1001001 | 101111 | 111101 | 111001 | 100010 |
Color Harmonies of #868825
Complementary color
Monochromatic Colors of #868825
Black with #868825
Text Example
Text Example
White with #868825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #868825; }
p { color: rgb(134,136,37); }
H1.HeaderClassName
{
color: #868825;
}
.AnyTagClassName
{
color: #868825;
}
</style>
background-color css
<style>
a { background-color: #868825; }
a { background-color: rgb(134,136,37); }
div.DivClassName
{
background-color: #868825;
}
.BgClassName
{
background-color: #868825;
}
</style>
border-color css
<style>
span { border-color: #868825; }
span { border-color: rgb(134,136,37); }
td.TdClassName
{
border-color: #868825;
}
.TagClassName
{
border-color: #868825;
}
</style>