Shades of Trendy Green #857C1C
Tints of Trendy Green #857C1C
RGB
CMYK
RGB Variations
Color information
#857C1C (or 0x857C1C) is known color: Trendy Green. HEX triplet: 85, 7C and 1C. RGB value is (133,124,28). Sum of RGB (Red+Green+Blue) = 133+124+28=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 124 (48.83% from 255 or 43.51% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #857C1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857C1C is #7A83E3. Grayscale: #747474. Windows color (decimal): -8029156 or 1866885. OLE color: 1866885.
HSL color Cylindrical-coordinate representation of color #857C1C: hue angle of 54.86º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #857C1C is Cyan = 0, Magento = 0.07, Yellow = 0.79 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 124 | 28 | - |
| CMYK | 0 | 0.07 | 0.79 | 0.48 |
| HSL | 54.86º | 0.65% | 0.32% | - |
| HSV(B) | 54.86º | 0.79% | 0.52% | - |
| XYZ | 17.09 | 19.49 | 3.96 | - |
| YUV | 115.75 | 78.48 | 140.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 124 | 28 | 0 | 0.07 | 0.79 | 0.48 | 54.86 | 0.65 | 0.32 |
| Hex | 85 | 7C | 1C | 0 | 7 | 4F | 30 | 37 | 41 | 20 |
| Octal | 205 | 174 | 34 | 0 | 7 | 117 | 60 | 67 | 101 | 40 |
| Binary | 10000101 | 1111100 | 11100 | 0 | 111 | 1001111 | 110000 | 110111 | 1000001 | 100000 |
Color Harmonies of #857C1C
Complementary color
Monochromatic Colors of #857C1C
Black with #857C1C
Text Example
Text Example
White with #857C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857C1C; }
p { color: rgb(133,124,28); }
H1.HeaderClassName
{
color: #857C1C;
}
.AnyTagClassName
{
color: #857C1C;
}
</style>
background-color css
<style>
a { background-color: #857C1C; }
a { background-color: rgb(133,124,28); }
div.DivClassName
{
background-color: #857C1C;
}
.BgClassName
{
background-color: #857C1C;
}
</style>
border-color css
<style>
span { border-color: #857C1C; }
span { border-color: rgb(133,124,28); }
td.TdClassName
{
border-color: #857C1C;
}
.TagClassName
{
border-color: #857C1C;
}
</style>