Shades of Trendy Green #857E18
Tints of Trendy Green #857E18
RGB
CMYK
RGB Variations
Color information
#857E18 (or 0x857E18) is known color: Trendy Green. HEX triplet: 85, 7E and 18. RGB value is (133,126,24). Sum of RGB (Red+Green+Blue) = 133+126+24=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 24 (9.77% from 255 or 8.48% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857E18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #857E18 is #7A81E7. Grayscale: #747474. Windows color (decimal): -8028648 or 1605253. OLE color: 1605253.
HSL color Cylindrical-coordinate representation of color #857E18: hue angle of 56.15º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #857E18 is Cyan = 0, Magento = 0.05, Yellow = 0.82 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 126 | 24 | - |
| CMYK | 0 | 0.05 | 0.82 | 0.48 |
| HSL | 56.15º | 0.69% | 0.31% | - |
| HSV(B) | 56.15º | 0.82% | 0.52% | - |
| XYZ | 17.3 | 19.97 | 3.81 | - |
| YUV | 116.47 | 75.82 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 126 | 24 | 0 | 0.05 | 0.82 | 0.48 | 56.15 | 0.69 | 0.31 |
| Hex | 85 | 7E | 18 | 0 | 5 | 52 | 30 | 38 | 45 | 1F |
| Octal | 205 | 176 | 30 | 0 | 5 | 122 | 60 | 70 | 105 | 37 |
| Binary | 10000101 | 1111110 | 11000 | 0 | 101 | 1010010 | 110000 | 111000 | 1000101 | 11111 |
Color Harmonies of #857E18
Complementary color
Monochromatic Colors of #857E18
Black with #857E18
Text Example
Text Example
White with #857E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857E18; }
p { color: rgb(133,126,24); }
H1.HeaderClassName
{
color: #857E18;
}
.AnyTagClassName
{
color: #857E18;
}
</style>
background-color css
<style>
a { background-color: #857E18; }
a { background-color: rgb(133,126,24); }
div.DivClassName
{
background-color: #857E18;
}
.BgClassName
{
background-color: #857E18;
}
</style>
border-color css
<style>
span { border-color: #857E18; }
span { border-color: rgb(133,126,24); }
td.TdClassName
{
border-color: #857E18;
}
.TagClassName
{
border-color: #857E18;
}
</style>