Shades of Green #076008
Tints of Green #076008
RGB
CMYK
RGB Variations
Color information
#076008 (or 0x076008) is known color: Green. HEX triplet: 07, 60 and 08. RGB value is (7,96,8). Sum of RGB (Red+Green+Blue) = 7+96+8=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 96 (37.89% from 255 or 86.49% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 96 - color contains mainly: green. Hex color #076008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076008 is #F89FF7. Grayscale: #3B3B3B. Windows color (decimal): -16293880 or 548871. OLE color: 548871.
HSL color Cylindrical-coordinate representation of color #076008: hue angle of 120.67º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076008 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 96 | 8 | - |
| CMYK | 0.93 | 0 | 0.92 | 0.62 |
| HSL | 120.67º | 0.86% | 0.2% | - |
| HSV(B) | 120.67º | 0.93% | 0.38% | - |
| XYZ | 4.31 | 8.43 | 1.63 | - |
| YUV | 59.36 | 99.01 | 90.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 96 | 8 | 0.93 | 0 | 0.92 | 0.62 | 120.67 | 0.86 | 0.2 |
| Hex | 7 | 60 | 8 | 5D | 0 | 5C | 3E | 79 | 56 | 14 |
| Octal | 7 | 140 | 10 | 135 | 0 | 134 | 76 | 171 | 126 | 24 |
| Binary | 111 | 1100000 | 1000 | 1011101 | 0 | 1011100 | 111110 | 1111001 | 1010110 | 10100 |
Color Harmonies of #076008
Complementary color
Monochromatic Colors of #076008
Black with #076008
Text Example
Text Example
White with #076008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076008; }
p { color: rgb(7,96,8); }
H1.HeaderClassName
{
color: #076008;
}
.AnyTagClassName
{
color: #076008;
}
</style>
background-color css
<style>
a { background-color: #076008; }
a { background-color: rgb(7,96,8); }
div.DivClassName
{
background-color: #076008;
}
.BgClassName
{
background-color: #076008;
}
</style>
border-color css
<style>
span { border-color: #076008; }
span { border-color: rgb(7,96,8); }
td.TdClassName
{
border-color: #076008;
}
.TagClassName
{
border-color: #076008;
}
</style>