Shades of Trendy Green #858621
Tints of Trendy Green #858621
RGB
CMYK
RGB Variations
Color information
#858621 (or 0x858621) is known color: Trendy Green. HEX triplet: 85, 86 and 21. RGB value is (133,134,33). Sum of RGB (Red+Green+Blue) = 133+134+33=300 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.33% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 33 (13.28% from 255 or 11% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #858621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858621 is #7A79DE. Grayscale: #7A7A7A. Windows color (decimal): -8026591 or 2197125. OLE color: 2197125.
HSL color Cylindrical-coordinate representation of color #858621: hue angle of 60.59º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #858621 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 33 | - |
| CMYK | 0.01 | 0 | 0.75 | 0.47 |
| HSL | 60.59º | 0.6% | 0.33% | - |
| HSV(B) | 60.59º | 0.75% | 0.53% | - |
| XYZ | 18.47 | 22.15 | 4.74 | - |
| YUV | 122.19 | 77.67 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 33 | 0.01 | 0 | 0.75 | 0.47 | 60.59 | 0.6 | 0.33 |
| Hex | 85 | 86 | 21 | 1 | 0 | 4B | 2F | 3D | 3C | 21 |
| Octal | 205 | 206 | 41 | 1 | 0 | 113 | 57 | 75 | 74 | 41 |
| Binary | 10000101 | 10000110 | 100001 | 1 | 0 | 1001011 | 101111 | 111101 | 111100 | 100001 |
Color Harmonies of #858621
Complementary color
Monochromatic Colors of #858621
Black with #858621
Text Example
Text Example
White with #858621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858621; }
p { color: rgb(133,134,33); }
H1.HeaderClassName
{
color: #858621;
}
.AnyTagClassName
{
color: #858621;
}
</style>
background-color css
<style>
a { background-color: #858621; }
a { background-color: rgb(133,134,33); }
div.DivClassName
{
background-color: #858621;
}
.BgClassName
{
background-color: #858621;
}
</style>
border-color css
<style>
span { border-color: #858621; }
span { border-color: rgb(133,134,33); }
td.TdClassName
{
border-color: #858621;
}
.TagClassName
{
border-color: #858621;
}
</style>