Shades of Trendy Green #7F8B14
Tints of Trendy Green #7F8B14
RGB
CMYK
RGB Variations
Color information
#7F8B14 (or 0x7F8B14) is known color: Trendy Green. HEX triplet: 7F, 8B and 14. RGB value is (127,139,20). Sum of RGB (Red+Green+Blue) = 127+139+20=286 (37% of max value = 765). Red value is 127 (50% from 255 or 44.41% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7F8B14 is #8074EB. Grayscale: #7A7A7A. Windows color (decimal): -8418540 or 1346431. OLE color: 1346431.
HSL color Cylindrical-coordinate representation of color #7F8B14: hue angle of 66.05º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F8B14 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 127 | 139 | 20 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.45 |
| HSL | 66.05º | 0.75% | 0.31% | - |
| HSV(B) | 66.05º | 0.86% | 0.55% | - |
| XYZ | 18.11 | 23.03 | 4.15 | - |
| YUV | 121.85 | 70.52 | 131.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 139 | 20 | 0.09 | 0 | 0.86 | 0.45 | 66.05 | 0.75 | 0.31 |
| Hex | 7F | 8B | 14 | 9 | 0 | 56 | 2D | 42 | 4B | 1F |
| Octal | 177 | 213 | 24 | 11 | 0 | 126 | 55 | 102 | 113 | 37 |
| Binary | 1111111 | 10001011 | 10100 | 1001 | 0 | 1010110 | 101101 | 1000010 | 1001011 | 11111 |
Color Harmonies of #7F8B14
Complementary color
Monochromatic Colors of #7F8B14
Black with #7F8B14
Text Example
Text Example
White with #7F8B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8B14; }
p { color: rgb(127,139,20); }
H1.HeaderClassName
{
color: #7F8B14;
}
.AnyTagClassName
{
color: #7F8B14;
}
</style>
background-color css
<style>
a { background-color: #7F8B14; }
a { background-color: rgb(127,139,20); }
div.DivClassName
{
background-color: #7F8B14;
}
.BgClassName
{
background-color: #7F8B14;
}
</style>
border-color css
<style>
span { border-color: #7F8B14; }
span { border-color: rgb(127,139,20); }
td.TdClassName
{
border-color: #7F8B14;
}
.TagClassName
{
border-color: #7F8B14;
}
</style>