Shades of Trendy Green #7F862B
Tints of Trendy Green #7F862B
RGB
CMYK
RGB Variations
Color information
#7F862B (or 0x7F862B) is known color: Trendy Green. HEX triplet: 7F, 86 and 2B. RGB value is (127,134,43). Sum of RGB (Red+Green+Blue) = 127+134+43=304 (40% of max value = 765). Red value is 127 (50% from 255 or 41.78% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #7F862B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F862B is #8079D4. Grayscale: #797979. Windows color (decimal): -8419797 or 2852479. OLE color: 2852479.
HSL color Cylindrical-coordinate representation of color #7F862B: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F862B is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 127 | 134 | 43 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.47 |
| HSL | 64.62º | 0.51% | 0.35% | - |
| HSV(B) | 64.62º | 0.68% | 0.53% | - |
| XYZ | 17.71 | 21.74 | 5.55 | - |
| YUV | 121.53 | 83.68 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 134 | 43 | 0.05 | 0 | 0.68 | 0.47 | 64.62 | 0.51 | 0.35 |
| Hex | 7F | 86 | 2B | 5 | 0 | 44 | 2F | 41 | 33 | 23 |
| Octal | 177 | 206 | 53 | 5 | 0 | 104 | 57 | 101 | 63 | 43 |
| Binary | 1111111 | 10000110 | 101011 | 101 | 0 | 1000100 | 101111 | 1000001 | 110011 | 100011 |
Color Harmonies of #7F862B
Complementary color
Monochromatic Colors of #7F862B
Black with #7F862B
Text Example
Text Example
White with #7F862B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F862B; }
p { color: rgb(127,134,43); }
H1.HeaderClassName
{
color: #7F862B;
}
.AnyTagClassName
{
color: #7F862B;
}
</style>
background-color css
<style>
a { background-color: #7F862B; }
a { background-color: rgb(127,134,43); }
div.DivClassName
{
background-color: #7F862B;
}
.BgClassName
{
background-color: #7F862B;
}
</style>
border-color css
<style>
span { border-color: #7F862B; }
span { border-color: rgb(127,134,43); }
td.TdClassName
{
border-color: #7F862B;
}
.TagClassName
{
border-color: #7F862B;
}
</style>