Shades of Trendy Green #7F851D
Tints of Trendy Green #7F851D
RGB
CMYK
RGB Variations
Color information
#7F851D (or 0x7F851D) is known color: Trendy Green. HEX triplet: 7F, 85 and 1D. RGB value is (127,133,29). Sum of RGB (Red+Green+Blue) = 127+133+29=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 133 (52.34% from 255 or 46.02% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 133 - color contains mainly: green. Hex color #7F851D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F851D is #807AE2. Grayscale: #777777. Windows color (decimal): -8420067 or 1934719. OLE color: 1934719.
HSL color Cylindrical-coordinate representation of color #7F851D: hue angle of 63.46º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F851D is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 127 | 133 | 29 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.48 |
| HSL | 63.46º | 0.64% | 0.32% | - |
| HSV(B) | 63.46º | 0.78% | 0.52% | - |
| XYZ | 17.36 | 21.38 | 4.37 | - |
| YUV | 119.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 133 | 29 | 0.05 | 0 | 0.78 | 0.48 | 63.46 | 0.64 | 0.32 |
| Hex | 7F | 85 | 1D | 5 | 0 | 4E | 30 | 3F | 40 | 20 |
| Octal | 177 | 205 | 35 | 5 | 0 | 116 | 60 | 77 | 100 | 40 |
| Binary | 1111111 | 10000101 | 11101 | 101 | 0 | 1001110 | 110000 | 111111 | 1000000 | 100000 |
Color Harmonies of #7F851D
Complementary color
Monochromatic Colors of #7F851D
Black with #7F851D
Text Example
Text Example
White with #7F851D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F851D; }
p { color: rgb(127,133,29); }
H1.HeaderClassName
{
color: #7F851D;
}
.AnyTagClassName
{
color: #7F851D;
}
</style>
background-color css
<style>
a { background-color: #7F851D; }
a { background-color: rgb(127,133,29); }
div.DivClassName
{
background-color: #7F851D;
}
.BgClassName
{
background-color: #7F851D;
}
</style>
border-color css
<style>
span { border-color: #7F851D; }
span { border-color: rgb(127,133,29); }
td.TdClassName
{
border-color: #7F851D;
}
.TagClassName
{
border-color: #7F851D;
}
</style>