Shades of Trendy Green #7F8A1E
Tints of Trendy Green #7F8A1E
RGB
CMYK
RGB Variations
Color information
#7F8A1E (or 0x7F8A1E) is known color: Trendy Green. HEX triplet: 7F, 8A and 1E. RGB value is (127,138,30). Sum of RGB (Red+Green+Blue) = 127+138+30=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 138 (54.30% from 255 or 46.78% from 295); Blue value is 30 (12.11% from 255 or 10.17% from 295); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F8A1E is #8075E1. Grayscale: #7A7A7A. Windows color (decimal): -8418786 or 2001535. OLE color: 2001535.
HSL color Cylindrical-coordinate representation of color #7F8A1E: hue angle of 66.11º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7F8A1E is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 138 | 30 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.46 |
| HSL | 66.11º | 0.64% | 0.33% | - |
| HSV(B) | 66.11º | 0.78% | 0.54% | - |
| XYZ | 18.08 | 22.78 | 4.67 | - |
| YUV | 122.4 | 75.86 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 138 | 30 | 0.08 | 0 | 0.78 | 0.46 | 66.11 | 0.64 | 0.33 |
| Hex | 7F | 8A | 1E | 8 | 0 | 4E | 2E | 42 | 40 | 21 |
| Octal | 177 | 212 | 36 | 10 | 0 | 116 | 56 | 102 | 100 | 41 |
| Binary | 1111111 | 10001010 | 11110 | 1000 | 0 | 1001110 | 101110 | 1000010 | 1000000 | 100001 |
Color Harmonies of #7F8A1E
Complementary color
Monochromatic Colors of #7F8A1E
Black with #7F8A1E
Text Example
Text Example
White with #7F8A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F8A1E; }
p { color: rgb(127,138,30); }
H1.HeaderClassName
{
color: #7F8A1E;
}
.AnyTagClassName
{
color: #7F8A1E;
}
</style>
background-color css
<style>
a { background-color: #7F8A1E; }
a { background-color: rgb(127,138,30); }
div.DivClassName
{
background-color: #7F8A1E;
}
.BgClassName
{
background-color: #7F8A1E;
}
</style>
border-color css
<style>
span { border-color: #7F8A1E; }
span { border-color: rgb(127,138,30); }
td.TdClassName
{
border-color: #7F8A1E;
}
.TagClassName
{
border-color: #7F8A1E;
}
</style>