Shades of Trendy Green #877D1F
Tints of Trendy Green #877D1F
RGB
CMYK
RGB Variations
Color information
#877D1F (or 0x877D1F) is known color: Trendy Green. HEX triplet: 87, 7D and 1F. RGB value is (135,125,31). Sum of RGB (Red+Green+Blue) = 135+125+31=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 125 (49.22% from 255 or 42.96% from 291); Blue value is 31 (12.5% from 255 or 10.65% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #877D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #877D1F is #7882E0. Grayscale: #757575. Windows color (decimal): -7897825 or 2063751. OLE color: 2063751.
HSL color Cylindrical-coordinate representation of color #877D1F: hue angle of 54.23º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #877D1F is Cyan = 0, Magento = 0.07, Yellow = 0.77 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 125 | 31 | - |
| CMYK | 0 | 0.07 | 0.77 | 0.47 |
| HSL | 54.23º | 0.63% | 0.33% | - |
| HSV(B) | 54.23º | 0.77% | 0.53% | - |
| XYZ | 17.57 | 19.92 | 4.21 | - |
| YUV | 117.27 | 79.31 | 140.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 125 | 31 | 0 | 0.07 | 0.77 | 0.47 | 54.23 | 0.63 | 0.33 |
| Hex | 87 | 7D | 1F | 0 | 7 | 4D | 2F | 36 | 3F | 21 |
| Octal | 207 | 175 | 37 | 0 | 7 | 115 | 57 | 66 | 77 | 41 |
| Binary | 10000111 | 1111101 | 11111 | 0 | 111 | 1001101 | 101111 | 110110 | 111111 | 100001 |
Color Harmonies of #877D1F
Complementary color
Monochromatic Colors of #877D1F
Black with #877D1F
Text Example
Text Example
White with #877D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #877D1F; }
p { color: rgb(135,125,31); }
H1.HeaderClassName
{
color: #877D1F;
}
.AnyTagClassName
{
color: #877D1F;
}
</style>
background-color css
<style>
a { background-color: #877D1F; }
a { background-color: rgb(135,125,31); }
div.DivClassName
{
background-color: #877D1F;
}
.BgClassName
{
background-color: #877D1F;
}
</style>
border-color css
<style>
span { border-color: #877D1F; }
span { border-color: rgb(135,125,31); }
td.TdClassName
{
border-color: #877D1F;
}
.TagClassName
{
border-color: #877D1F;
}
</style>