Shades of Green #076917
Tints of Green #076917
RGB
CMYK
RGB Variations
Color information
#076917 (or 0x076917) is known color: Green. HEX triplet: 07, 69 and 17. RGB value is (7,105,23). Sum of RGB (Red+Green+Blue) = 7+105+23=135 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.19% from 135); Green value is 105 (41.41% from 255 or 77.78% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 105 - color contains mainly: green. Hex color #076917 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076917 is #F896E8. Grayscale: #424242. Windows color (decimal): -16291561 or 1534215. OLE color: 1534215.
HSL color Cylindrical-coordinate representation of color #076917: hue angle of 129.8º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076917 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 23 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.59 |
| HSL | 129.8º | 0.88% | 0.22% | - |
| HSV(B) | 129.8º | 0.93% | 0.41% | - |
| XYZ | 5.29 | 10.21 | 2.5 | - |
| YUV | 66.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 23 | 0.93 | 0 | 0.78 | 0.59 | 129.8 | 0.88 | 0.22 |
| Hex | 7 | 69 | 17 | 5D | 0 | 4E | 3B | 82 | 58 | 16 |
| Octal | 7 | 151 | 27 | 135 | 0 | 116 | 73 | 202 | 130 | 26 |
| Binary | 111 | 1101001 | 10111 | 1011101 | 0 | 1001110 | 111011 | 10000010 | 1011000 | 10110 |
Color Harmonies of #076917
Complementary color
Monochromatic Colors of #076917
Black with #076917
Text Example
Text Example
White with #076917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076917; }
p { color: rgb(7,105,23); }
H1.HeaderClassName
{
color: #076917;
}
.AnyTagClassName
{
color: #076917;
}
</style>
background-color css
<style>
a { background-color: #076917; }
a { background-color: rgb(7,105,23); }
div.DivClassName
{
background-color: #076917;
}
.BgClassName
{
background-color: #076917;
}
</style>
border-color css
<style>
span { border-color: #076917; }
span { border-color: rgb(7,105,23); }
td.TdClassName
{
border-color: #076917;
}
.TagClassName
{
border-color: #076917;
}
</style>