Shades of Green #076408
Tints of Green #076408
RGB
CMYK
RGB Variations
Color information
#076408 (or 0x076408) is known color: Green. HEX triplet: 07, 64 and 08. RGB value is (7,100,8). Sum of RGB (Red+Green+Blue) = 7+100+8=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 100 (39.45% from 255 or 86.96% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 100 - color contains mainly: green. Hex color #076408 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076408 is #F89BF7. Grayscale: #3D3D3D. Windows color (decimal): -16292856 or 549895. OLE color: 549895.
HSL color Cylindrical-coordinate representation of color #076408: hue angle of 120.65º 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 #076408 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 100 | 8 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.61 |
| HSL | 120.65º | 0.87% | 0.21% | - |
| HSV(B) | 120.65º | 0.93% | 0.39% | - |
| XYZ | 4.69 | 9.18 | 1.75 | - |
| YUV | 61.71 | 97.69 | 88.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 100 | 8 | 0.93 | 0 | 0.92 | 0.61 | 120.65 | 0.87 | 0.21 |
| Hex | 7 | 64 | 8 | 5D | 0 | 5C | 3D | 79 | 57 | 15 |
| Octal | 7 | 144 | 10 | 135 | 0 | 134 | 75 | 171 | 127 | 25 |
| Binary | 111 | 1100100 | 1000 | 1011101 | 0 | 1011100 | 111101 | 1111001 | 1010111 | 10101 |
Color Harmonies of #076408
Complementary color
Monochromatic Colors of #076408
Black with #076408
Text Example
Text Example
White with #076408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076408; }
p { color: rgb(7,100,8); }
H1.HeaderClassName
{
color: #076408;
}
.AnyTagClassName
{
color: #076408;
}
</style>
background-color css
<style>
a { background-color: #076408; }
a { background-color: rgb(7,100,8); }
div.DivClassName
{
background-color: #076408;
}
.BgClassName
{
background-color: #076408;
}
</style>
border-color css
<style>
span { border-color: #076408; }
span { border-color: rgb(7,100,8); }
td.TdClassName
{
border-color: #076408;
}
.TagClassName
{
border-color: #076408;
}
</style>