Shades of Green #007416
Tints of Green #007416
RGB
CMYK
RGB Variations
Color information
#007416 (or 0x007416) is known color: Green. HEX triplet: 00, 74 and 16. RGB value is (0,116,22). Sum of RGB (Red+Green+Blue) = 0+116+22=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 116 (45.70% from 255 or 84.06% from 138); Blue value is 22 (8.98% from 255 or 15.94% from 138); Max value from RGB is 116 - color contains mainly: green. Hex color #007416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007416 is #FF8BE9. Grayscale: #464646. Windows color (decimal): -16747498 or 1471488. OLE color: 1471488.
HSL color Cylindrical-coordinate representation of color #007416: hue angle of 131.38º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007416 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 116 | 22 | - |
| CMYK | 1 | 0 | 0.81 | 0.55 |
| HSL | 131.38º | 1% | 0.23% | - |
| HSV(B) | 131.38º | 1% | 0.45% | - |
| XYZ | 6.39 | 12.55 | 2.84 | - |
| YUV | 70.6 | 100.57 | 77.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 116 | 22 | 1 | 0 | 0.81 | 0.55 | 131.38 | 1 | 0.23 |
| Hex | 0 | 74 | 16 | 64 | 0 | 51 | 37 | 83 | 64 | 17 |
| Octal | 0 | 164 | 26 | 144 | 0 | 121 | 67 | 203 | 144 | 27 |
| Binary | 0 | 1110100 | 10110 | 1100100 | 0 | 1010001 | 110111 | 10000011 | 1100100 | 10111 |
Color Harmonies of #007416
Complementary color
Monochromatic Colors of #007416
Black with #007416
Text Example
Text Example
White with #007416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007416; }
p { color: rgb(0,116,22); }
H1.HeaderClassName
{
color: #007416;
}
.AnyTagClassName
{
color: #007416;
}
</style>
background-color css
<style>
a { background-color: #007416; }
a { background-color: rgb(0,116,22); }
div.DivClassName
{
background-color: #007416;
}
.BgClassName
{
background-color: #007416;
}
</style>
border-color css
<style>
span { border-color: #007416; }
span { border-color: rgb(0,116,22); }
td.TdClassName
{
border-color: #007416;
}
.TagClassName
{
border-color: #007416;
}
</style>