Shades of Trendy Green #7F8314
Tints of Trendy Green #7F8314
RGB
CMYK
RGB Variations
Color information
#7F8314 (or 0x7F8314) is known color: Trendy Green. HEX triplet: 7F, 83 and 14. RGB value is (127,131,20). Sum of RGB (Red+Green+Blue) = 127+131+20=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 131 (51.56% from 255 or 47.12% from 278); Blue value is 20 (8.20% from 255 or 7.19% from 278); Max value from RGB is 131 - color contains mainly: green. Hex color #7F8314 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8314 is #807CEB. Grayscale: #757575. Windows color (decimal): -8420588 or 1344383. OLE color: 1344383.
HSL color Cylindrical-coordinate representation of color #7F8314: hue angle of 62.16º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F8314 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 131 | 20 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.49 |
| HSL | 62.16º | 0.74% | 0.3% | - |
| HSV(B) | 62.16º | 0.85% | 0.51% | - |
| XYZ | 16.99 | 20.8 | 3.78 | - |
| YUV | 117.15 | 73.17 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 131 | 20 | 0.03 | 0 | 0.85 | 0.49 | 62.16 | 0.74 | 0.3 |
| Hex | 7F | 83 | 14 | 3 | 0 | 55 | 31 | 3E | 4A | 1E |
| Octal | 177 | 203 | 24 | 3 | 0 | 125 | 61 | 76 | 112 | 36 |
| Binary | 1111111 | 10000011 | 10100 | 11 | 0 | 1010101 | 110001 | 111110 | 1001010 | 11110 |
Color Harmonies of #7F8314
Complementary color
Monochromatic Colors of #7F8314
Black with #7F8314
Text Example
Text Example
White with #7F8314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8314; }
p { color: rgb(127,131,20); }
H1.HeaderClassName
{
color: #7F8314;
}
.AnyTagClassName
{
color: #7F8314;
}
</style>
background-color css
<style>
a { background-color: #7F8314; }
a { background-color: rgb(127,131,20); }
div.DivClassName
{
background-color: #7F8314;
}
.BgClassName
{
background-color: #7F8314;
}
</style>
border-color css
<style>
span { border-color: #7F8314; }
span { border-color: rgb(127,131,20); }
td.TdClassName
{
border-color: #7F8314;
}
.TagClassName
{
border-color: #7F8314;
}
</style>