Shades of Trendy Green #857B1B
Tints of Trendy Green #857B1B
RGB
CMYK
RGB Variations
Color information
#857B1B (or 0x857B1B) is known color: Trendy Green. HEX triplet: 85, 7B and 1B. RGB value is (133,123,27). Sum of RGB (Red+Green+Blue) = 133+123+27=283 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.00% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 133 - color contains mainly: red. Hex color #857B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #857B1B is #7A84E4. Grayscale: #737373. Windows color (decimal): -8029413 or 1801093. OLE color: 1801093.
HSL color Cylindrical-coordinate representation of color #857B1B: hue angle of 54.34º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #857B1B is Cyan = 0, Magento = 0.08, Yellow = 0.80 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 123 | 27 | - |
| CMYK | 0 | 0.08 | 0.80 | 0.48 |
| HSL | 54.34º | 0.66% | 0.31% | - |
| HSV(B) | 54.34º | 0.8% | 0.52% | - |
| XYZ | 16.95 | 19.23 | 3.86 | - |
| YUV | 115.05 | 78.31 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 123 | 27 | 0 | 0.08 | 0.80 | 0.48 | 54.34 | 0.66 | 0.31 |
| Hex | 85 | 7B | 1B | 0 | 8 | 50 | 30 | 36 | 42 | 1F |
| Octal | 205 | 173 | 33 | 0 | 10 | 120 | 60 | 66 | 102 | 37 |
| Binary | 10000101 | 1111011 | 11011 | 0 | 1000 | 1010000 | 110000 | 110110 | 1000010 | 11111 |
Color Harmonies of #857B1B
Complementary color
Monochromatic Colors of #857B1B
Black with #857B1B
Text Example
Text Example
White with #857B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #857B1B; }
p { color: rgb(133,123,27); }
H1.HeaderClassName
{
color: #857B1B;
}
.AnyTagClassName
{
color: #857B1B;
}
</style>
background-color css
<style>
a { background-color: #857B1B; }
a { background-color: rgb(133,123,27); }
div.DivClassName
{
background-color: #857B1B;
}
.BgClassName
{
background-color: #857B1B;
}
</style>
border-color css
<style>
span { border-color: #857B1B; }
span { border-color: rgb(133,123,27); }
td.TdClassName
{
border-color: #857B1B;
}
.TagClassName
{
border-color: #857B1B;
}
</style>