Shades of Trendy Green #7F851E
Tints of Trendy Green #7F851E
RGB
CMYK
RGB Variations
Color information
#7F851E (or 0x7F851E) is known color: Trendy Green. HEX triplet: 7F, 85 and 1E. RGB value is (127,133,30). Sum of RGB (Red+Green+Blue) = 127+133+30=290 (38% of max value = 765). Red value is 127 (50% from 255 or 43.79% from 290); Green value is 133 (52.34% from 255 or 45.86% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 133 - color contains mainly: green. Hex color #7F851E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F851E is #807AE1. Grayscale: #777777. Windows color (decimal): -8420066 or 2000255. OLE color: 2000255.
HSL color Cylindrical-coordinate representation of color #7F851E: hue angle of 63.5º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F851E is Cyan = 0.05, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 30 | - |
| CMYK | 0.05 | 0 | 0.77 | 0.48 |
| HSL | 63.5º | 0.63% | 0.32% | - |
| HSV(B) | 63.5º | 0.77% | 0.52% | - |
| XYZ | 17.37 | 21.38 | 4.44 | - |
| YUV | 119.46 | 77.51 | 133.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 30 | 0.05 | 0 | 0.77 | 0.48 | 63.5 | 0.63 | 0.32 |
| Hex | 7F | 85 | 1E | 5 | 0 | 4D | 30 | 3F | 3F | 20 |
| Octal | 177 | 205 | 36 | 5 | 0 | 115 | 60 | 77 | 77 | 40 |
| Binary | 1111111 | 10000101 | 11110 | 101 | 0 | 1001101 | 110000 | 111111 | 111111 | 100000 |
Color Harmonies of #7F851E
Complementary color
Monochromatic Colors of #7F851E
Black with #7F851E
Text Example
Text Example
White with #7F851E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F851E; }
p { color: rgb(127,133,30); }
H1.HeaderClassName
{
color: #7F851E;
}
.AnyTagClassName
{
color: #7F851E;
}
</style>
background-color css
<style>
a { background-color: #7F851E; }
a { background-color: rgb(127,133,30); }
div.DivClassName
{
background-color: #7F851E;
}
.BgClassName
{
background-color: #7F851E;
}
</style>
border-color css
<style>
span { border-color: #7F851E; }
span { border-color: rgb(127,133,30); }
td.TdClassName
{
border-color: #7F851E;
}
.TagClassName
{
border-color: #7F851E;
}
</style>