Shades of Green #007F1A
Tints of Green #007F1A
RGB
CMYK
RGB Variations
Color information
#007F1A (or 0x007F1A) is known color: Green. HEX triplet: 00, 7F and 1A. RGB value is (0,127,26). Sum of RGB (Red+Green+Blue) = 0+127+26=153 (20% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 153); Green value is 127 (50% from 255 or 83.01% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 127 - color contains mainly: green. Hex color #007F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007F1A is #FF80E5. Grayscale: #4D4D4D. Windows color (decimal): -16744678 or 1736448. OLE color: 1736448.
HSL color Cylindrical-coordinate representation of color #007F1A: hue angle of 132.28º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007F1A is Cyan = 1, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 0 | 127 | 26 | - |
| CMYK | 1 | 0 | 0.80 | 0.50 |
| HSL | 132.28º | 1% | 0.25% | - |
| HSV(B) | 132.28º | 1% | 0.5% | - |
| XYZ | 7.78 | 15.25 | 3.51 | - |
| YUV | 77.51 | 98.92 | 72.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 127 | 26 | 1 | 0 | 0.80 | 0.50 | 132.28 | 1 | 0.25 |
| Hex | 0 | 7F | 1A | 64 | 0 | 50 | 32 | 84 | 64 | 19 |
| Octal | 0 | 177 | 32 | 144 | 0 | 120 | 62 | 204 | 144 | 31 |
| Binary | 0 | 1111111 | 11010 | 1100100 | 0 | 1010000 | 110010 | 10000100 | 1100100 | 11001 |
Color Harmonies of #007F1A
Complementary color
Monochromatic Colors of #007F1A
Black with #007F1A
Text Example
Text Example
White with #007F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007F1A; }
p { color: rgb(0,127,26); }
H1.HeaderClassName
{
color: #007F1A;
}
.AnyTagClassName
{
color: #007F1A;
}
</style>
background-color css
<style>
a { background-color: #007F1A; }
a { background-color: rgb(0,127,26); }
div.DivClassName
{
background-color: #007F1A;
}
.BgClassName
{
background-color: #007F1A;
}
</style>
border-color css
<style>
span { border-color: #007F1A; }
span { border-color: rgb(0,127,26); }
td.TdClassName
{
border-color: #007F1A;
}
.TagClassName
{
border-color: #007F1A;
}
</style>