Shades of Green #007316
Tints of Green #007316
RGB
CMYK
RGB Variations
Color information
#007316 (or 0x007316) is known color: Green. HEX triplet: 00, 73 and 16. RGB value is (0,115,22). Sum of RGB (Red+Green+Blue) = 0+115+22=137 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 137); Green value is 115 (45.31% from 255 or 83.94% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 115 - color contains mainly: green. Hex color #007316 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #007316 is #FF8CE9. Grayscale: #464646. Windows color (decimal): -16747754 or 1471232. OLE color: 1471232.
HSL color Cylindrical-coordinate representation of color #007316: hue angle of 131.48º 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 #007316 is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 0 | 115 | 22 | - |
| CMYK | 1 | 0 | 0.81 | 0.55 |
| HSL | 131.48º | 1% | 0.23% | - |
| HSV(B) | 131.48º | 1% | 0.45% | - |
| XYZ | 6.28 | 12.32 | 2.81 | - |
| YUV | 70.01 | 100.9 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 115 | 22 | 1 | 0 | 0.81 | 0.55 | 131.48 | 1 | 0.23 |
| Hex | 0 | 73 | 16 | 64 | 0 | 51 | 37 | 83 | 64 | 17 |
| Octal | 0 | 163 | 26 | 144 | 0 | 121 | 67 | 203 | 144 | 27 |
| Binary | 0 | 1110011 | 10110 | 1100100 | 0 | 1010001 | 110111 | 10000011 | 1100100 | 10111 |
Color Harmonies of #007316
Complementary color
Monochromatic Colors of #007316
Black with #007316
Text Example
Text Example
White with #007316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007316; }
p { color: rgb(0,115,22); }
H1.HeaderClassName
{
color: #007316;
}
.AnyTagClassName
{
color: #007316;
}
</style>
background-color css
<style>
a { background-color: #007316; }
a { background-color: rgb(0,115,22); }
div.DivClassName
{
background-color: #007316;
}
.BgClassName
{
background-color: #007316;
}
</style>
border-color css
<style>
span { border-color: #007316; }
span { border-color: rgb(0,115,22); }
td.TdClassName
{
border-color: #007316;
}
.TagClassName
{
border-color: #007316;
}
</style>