Shades of Green #077417
Tints of Green #077417
RGB
CMYK
RGB Variations
Color information
#077417 (or 0x077417) is known color: Green. HEX triplet: 07, 74 and 17. RGB value is (7,116,23). Sum of RGB (Red+Green+Blue) = 7+116+23=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 116 (45.70% from 255 or 79.45% from 146); Blue value is 23 (9.38% from 255 or 15.75% from 146); Max value from RGB is 116 - color contains mainly: green. Hex color #077417 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #077417 is #F88BE8. Grayscale: #494949. Windows color (decimal): -16288745 or 1537031. OLE color: 1537031.
HSL color Cylindrical-coordinate representation of color #077417: hue angle of 128.81º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #077417 is Cyan = 0.94, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 116 | 23 | - |
| CMYK | 0.94 | 0 | 0.80 | 0.55 |
| HSL | 128.81º | 0.89% | 0.24% | - |
| HSV(B) | 128.81º | 0.94% | 0.45% | - |
| XYZ | 6.49 | 12.6 | 2.9 | - |
| YUV | 72.81 | 99.89 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 116 | 23 | 0.94 | 0 | 0.80 | 0.55 | 128.81 | 0.89 | 0.24 |
| Hex | 7 | 74 | 17 | 5E | 0 | 50 | 37 | 81 | 59 | 18 |
| Octal | 7 | 164 | 27 | 136 | 0 | 120 | 67 | 201 | 131 | 30 |
| Binary | 111 | 1110100 | 10111 | 1011110 | 0 | 1010000 | 110111 | 10000001 | 1011001 | 11000 |
Color Harmonies of #077417
Complementary color
Monochromatic Colors of #077417
Black with #077417
Text Example
Text Example
White with #077417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #077417; }
p { color: rgb(7,116,23); }
H1.HeaderClassName
{
color: #077417;
}
.AnyTagClassName
{
color: #077417;
}
</style>
background-color css
<style>
a { background-color: #077417; }
a { background-color: rgb(7,116,23); }
div.DivClassName
{
background-color: #077417;
}
.BgClassName
{
background-color: #077417;
}
</style>
border-color css
<style>
span { border-color: #077417; }
span { border-color: rgb(7,116,23); }
td.TdClassName
{
border-color: #077417;
}
.TagClassName
{
border-color: #077417;
}
</style>