Shades of Green #076800
Tints of Green #076800
RGB
CMYK
RGB Variations
Color information
#076800 (or 0x076800) is known color: Green. HEX triplet: 07, 68 and 00. RGB value is (7,104,0). Sum of RGB (Red+Green+Blue) = 7+104+0=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 104 (41.02% from 255 or 93.69% from 111); Blue value is 0 (0.39% from 255 or 0% from 111); Max value from RGB is 104 - color contains mainly: green. Hex color #076800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076800 is #F897FF. Grayscale: #3F3F3F. Windows color (decimal): -16291840 or 26631. OLE color: 26631.
HSL color Cylindrical-coordinate representation of color #076800: hue angle of 115.96º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #076800 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 0 | - |
| CMYK | 0.93 | 0 | 1 | 0.59 |
| HSL | 115.96º | 1% | 0.2% | - |
| HSV(B) | 115.96º | 1% | 0.41% | - |
| XYZ | 5.04 | 9.95 | 1.65 | - |
| YUV | 63.14 | 92.36 | 87.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 0 | 0.93 | 0 | 1 | 0.59 | 115.96 | 1 | 0.2 |
| Hex | 7 | 68 | 0 | 5D | 0 | 64 | 3B | 74 | 64 | 14 |
| Octal | 7 | 150 | 0 | 135 | 0 | 144 | 73 | 164 | 144 | 24 |
| Binary | 111 | 1101000 | 0 | 1011101 | 0 | 1100100 | 111011 | 1110100 | 1100100 | 10100 |
Color Harmonies of #076800
Complementary color
Monochromatic Colors of #076800
Black with #076800
Text Example
Text Example
White with #076800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076800; }
p { color: rgb(7,104,0); }
H1.HeaderClassName
{
color: #076800;
}
.AnyTagClassName
{
color: #076800;
}
</style>
background-color css
<style>
a { background-color: #076800; }
a { background-color: rgb(7,104,0); }
div.DivClassName
{
background-color: #076800;
}
.BgClassName
{
background-color: #076800;
}
</style>
border-color css
<style>
span { border-color: #076800; }
span { border-color: rgb(7,104,0); }
td.TdClassName
{
border-color: #076800;
}
.TagClassName
{
border-color: #076800;
}
</style>