Shades of Trendy Green #858A19
Tints of Trendy Green #858A19
RGB
CMYK
RGB Variations
Color information
#858A19 (or 0x858A19) is known color: Trendy Green. HEX triplet: 85, 8A and 19. RGB value is (133,138,25). Sum of RGB (Red+Green+Blue) = 133+138+25=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 138 (54.30% from 255 or 46.62% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 138 - color contains mainly: green. Hex color #858A19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A19 is #7A75E6. Grayscale: #7C7C7C. Windows color (decimal): -8025575 or 1673861. OLE color: 1673861.
HSL color Cylindrical-coordinate representation of color #858A19: hue angle of 62.65º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #858A19 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 138 | 25 | - |
| CMYK | 0.04 | 0 | 0.82 | 0.46 |
| HSL | 62.65º | 0.69% | 0.32% | - |
| HSV(B) | 62.65º | 0.82% | 0.54% | - |
| XYZ | 18.94 | 23.23 | 4.41 | - |
| YUV | 123.62 | 72.34 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 138 | 25 | 0.04 | 0 | 0.82 | 0.46 | 62.65 | 0.69 | 0.32 |
| Hex | 85 | 8A | 19 | 4 | 0 | 52 | 2E | 3F | 45 | 20 |
| Octal | 205 | 212 | 31 | 4 | 0 | 122 | 56 | 77 | 105 | 40 |
| Binary | 10000101 | 10001010 | 11001 | 100 | 0 | 1010010 | 101110 | 111111 | 1000101 | 100000 |
Color Harmonies of #858A19
Complementary color
Monochromatic Colors of #858A19
Black with #858A19
Text Example
Text Example
White with #858A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858A19; }
p { color: rgb(133,138,25); }
H1.HeaderClassName
{
color: #858A19;
}
.AnyTagClassName
{
color: #858A19;
}
</style>
background-color css
<style>
a { background-color: #858A19; }
a { background-color: rgb(133,138,25); }
div.DivClassName
{
background-color: #858A19;
}
.BgClassName
{
background-color: #858A19;
}
</style>
border-color css
<style>
span { border-color: #858A19; }
span { border-color: rgb(133,138,25); }
td.TdClassName
{
border-color: #858A19;
}
.TagClassName
{
border-color: #858A19;
}
</style>