Shades of Trendy Green #7F801A
Tints of Trendy Green #7F801A
RGB
CMYK
RGB Variations
Color information
#7F801A (or 0x7F801A) is known color: Trendy Green. HEX triplet: 7F, 80 and 1A. RGB value is (127,128,26). Sum of RGB (Red+Green+Blue) = 127+128+26=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 128 (50.39% from 255 or 45.55% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 128 - color contains mainly: green. Hex color #7F801A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F801A is #807FE5. Grayscale: #747474. Windows color (decimal): -8421350 or 1736831. OLE color: 1736831.
HSL color Cylindrical-coordinate representation of color #7F801A: hue angle of 60.59º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F801A is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 128 | 26 | - |
| CMYK | 0.01 | 0 | 0.80 | 0.50 |
| HSL | 60.59º | 0.66% | 0.3% | - |
| HSV(B) | 60.59º | 0.8% | 0.5% | - |
| XYZ | 16.66 | 20.02 | 3.96 | - |
| YUV | 116.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 128 | 26 | 0.01 | 0 | 0.80 | 0.50 | 60.59 | 0.66 | 0.3 |
| Hex | 7F | 80 | 1A | 1 | 0 | 50 | 32 | 3D | 42 | 1E |
| Octal | 177 | 200 | 32 | 1 | 0 | 120 | 62 | 75 | 102 | 36 |
| Binary | 1111111 | 10000000 | 11010 | 1 | 0 | 1010000 | 110010 | 111101 | 1000010 | 11110 |
Color Harmonies of #7F801A
Complementary color
Monochromatic Colors of #7F801A
Black with #7F801A
Text Example
Text Example
White with #7F801A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F801A; }
p { color: rgb(127,128,26); }
H1.HeaderClassName
{
color: #7F801A;
}
.AnyTagClassName
{
color: #7F801A;
}
</style>
background-color css
<style>
a { background-color: #7F801A; }
a { background-color: rgb(127,128,26); }
div.DivClassName
{
background-color: #7F801A;
}
.BgClassName
{
background-color: #7F801A;
}
</style>
border-color css
<style>
span { border-color: #7F801A; }
span { border-color: rgb(127,128,26); }
td.TdClassName
{
border-color: #7F801A;
}
.TagClassName
{
border-color: #7F801A;
}
</style>