Shades of Green #076409
Tints of Green #076409
RGB
CMYK
RGB Variations
Color information
#076409 (or 0x076409) is known color: Green. HEX triplet: 07, 64 and 09. RGB value is (7,100,9). Sum of RGB (Red+Green+Blue) = 7+100+9=116 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.03% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #076409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076409 is #F89BF6. Grayscale: #3E3E3E. Windows color (decimal): -16292855 or 615431. OLE color: 615431.
HSL color Cylindrical-coordinate representation of color #076409: hue angle of 121.29º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076409 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 9 | - |
| CMYK | 0.93 | 0 | 0.91 | 0.61 |
| HSL | 121.29º | 0.87% | 0.21% | - |
| HSV(B) | 121.29º | 0.93% | 0.39% | - |
| XYZ | 4.69 | 9.18 | 1.78 | - |
| YUV | 61.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 9 | 0.93 | 0 | 0.91 | 0.61 | 121.29 | 0.87 | 0.21 |
| Hex | 7 | 64 | 9 | 5D | 0 | 5B | 3D | 79 | 57 | 15 |
| Octal | 7 | 144 | 11 | 135 | 0 | 133 | 75 | 171 | 127 | 25 |
| Binary | 111 | 1100100 | 1001 | 1011101 | 0 | 1011011 | 111101 | 1111001 | 1010111 | 10101 |
Color Harmonies of #076409
Complementary color
Monochromatic Colors of #076409
Black with #076409
Text Example
Text Example
White with #076409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076409; }
p { color: rgb(7,100,9); }
H1.HeaderClassName
{
color: #076409;
}
.AnyTagClassName
{
color: #076409;
}
</style>
background-color css
<style>
a { background-color: #076409; }
a { background-color: rgb(7,100,9); }
div.DivClassName
{
background-color: #076409;
}
.BgClassName
{
background-color: #076409;
}
</style>
border-color css
<style>
span { border-color: #076409; }
span { border-color: rgb(7,100,9); }
td.TdClassName
{
border-color: #076409;
}
.TagClassName
{
border-color: #076409;
}
</style>