Shades of Green #076817
Tints of Green #076817
RGB
CMYK
RGB Variations
Color information
#076817 (or 0x076817) is known color: Green. HEX triplet: 07, 68 and 17. RGB value is (7,104,23). Sum of RGB (Red+Green+Blue) = 7+104+23=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 104 (41.02% from 255 or 77.61% from 134); Blue value is 23 (9.38% from 255 or 17.16% from 134); Max value from RGB is 104 - color contains mainly: green. Hex color #076817 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076817 is #F897E8. Grayscale: #414141. Windows color (decimal): -16291817 or 1533959. OLE color: 1533959.
HSL color Cylindrical-coordinate representation of color #076817: hue angle of 129.9º degrees, saturation: 0.87, 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 #076817 is Cyan = 0.93, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 23 | - |
| CMYK | 0.93 | 0 | 0.78 | 0.59 |
| HSL | 129.9º | 0.87% | 0.22% | - |
| HSV(B) | 129.9º | 0.93% | 0.41% | - |
| XYZ | 5.19 | 10.01 | 2.47 | - |
| YUV | 65.76 | 103.86 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 23 | 0.93 | 0 | 0.78 | 0.59 | 129.9 | 0.87 | 0.22 |
| Hex | 7 | 68 | 17 | 5D | 0 | 4E | 3B | 82 | 57 | 16 |
| Octal | 7 | 150 | 27 | 135 | 0 | 116 | 73 | 202 | 127 | 26 |
| Binary | 111 | 1101000 | 10111 | 1011101 | 0 | 1001110 | 111011 | 10000010 | 1010111 | 10110 |
Color Harmonies of #076817
Complementary color
Monochromatic Colors of #076817
Black with #076817
Text Example
Text Example
White with #076817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076817; }
p { color: rgb(7,104,23); }
H1.HeaderClassName
{
color: #076817;
}
.AnyTagClassName
{
color: #076817;
}
</style>
background-color css
<style>
a { background-color: #076817; }
a { background-color: rgb(7,104,23); }
div.DivClassName
{
background-color: #076817;
}
.BgClassName
{
background-color: #076817;
}
</style>
border-color css
<style>
span { border-color: #076817; }
span { border-color: rgb(7,104,23); }
td.TdClassName
{
border-color: #076817;
}
.TagClassName
{
border-color: #076817;
}
</style>