Shades of Green #076F08
Tints of Green #076F08
RGB
CMYK
RGB Variations
Color information
#076F08 (or 0x076F08) is known color: Green. HEX triplet: 07, 6F and 08. RGB value is (7,111,8). Sum of RGB (Red+Green+Blue) = 7+111+8=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 111 (43.75% from 255 or 88.10% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 111 - color contains mainly: green. Hex color #076F08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F08 is #F890F7. Grayscale: #444444. Windows color (decimal): -16290040 or 552711. OLE color: 552711.
HSL color Cylindrical-coordinate representation of color #076F08: hue angle of 120.58º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076F08 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 8 | - |
| CMYK | 0.94 | 0 | 0.93 | 0.56 |
| HSL | 120.58º | 0.88% | 0.23% | - |
| HSV(B) | 120.58º | 0.94% | 0.44% | - |
| XYZ | 5.82 | 11.43 | 2.13 | - |
| YUV | 68.16 | 94.04 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 8 | 0.94 | 0 | 0.93 | 0.56 | 120.58 | 0.88 | 0.23 |
| Hex | 7 | 6F | 8 | 5E | 0 | 5D | 38 | 79 | 58 | 17 |
| Octal | 7 | 157 | 10 | 136 | 0 | 135 | 70 | 171 | 130 | 27 |
| Binary | 111 | 1101111 | 1000 | 1011110 | 0 | 1011101 | 111000 | 1111001 | 1011000 | 10111 |
Color Harmonies of #076F08
Complementary color
Monochromatic Colors of #076F08
Black with #076F08
Text Example
Text Example
White with #076F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F08; }
p { color: rgb(7,111,8); }
H1.HeaderClassName
{
color: #076F08;
}
.AnyTagClassName
{
color: #076F08;
}
</style>
background-color css
<style>
a { background-color: #076F08; }
a { background-color: rgb(7,111,8); }
div.DivClassName
{
background-color: #076F08;
}
.BgClassName
{
background-color: #076F08;
}
</style>
border-color css
<style>
span { border-color: #076F08; }
span { border-color: rgb(7,111,8); }
td.TdClassName
{
border-color: #076F08;
}
.TagClassName
{
border-color: #076F08;
}
</style>