Shades of Green #076F10
Tints of Green #076F10
RGB
CMYK
RGB Variations
Color information
#076F10 (or 0x076F10) is known color: Green. HEX triplet: 07, 6F and 10. RGB value is (7,111,16). Sum of RGB (Red+Green+Blue) = 7+111+16=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 111 (43.75% from 255 or 82.84% from 134); Blue value is 16 (6.64% from 255 or 11.94% from 134); Max value from RGB is 111 - color contains mainly: green. Hex color #076F10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F10 is #F890EF. Grayscale: #454545. Windows color (decimal): -16290032 or 1076999. OLE color: 1076999.
HSL color Cylindrical-coordinate representation of color #076F10: hue angle of 125.19º 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 #076F10 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 16 | - |
| CMYK | 0.94 | 0 | 0.86 | 0.56 |
| HSL | 125.19º | 0.88% | 0.23% | - |
| HSV(B) | 125.19º | 0.94% | 0.44% | - |
| XYZ | 5.87 | 11.45 | 2.39 | - |
| YUV | 69.07 | 98.04 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 16 | 0.94 | 0 | 0.86 | 0.56 | 125.19 | 0.88 | 0.23 |
| Hex | 7 | 6F | 10 | 5E | 0 | 56 | 38 | 7D | 58 | 17 |
| Octal | 7 | 157 | 20 | 136 | 0 | 126 | 70 | 175 | 130 | 27 |
| Binary | 111 | 1101111 | 10000 | 1011110 | 0 | 1010110 | 111000 | 1111101 | 1011000 | 10111 |
Color Harmonies of #076F10
Complementary color
Monochromatic Colors of #076F10
Black with #076F10
Text Example
Text Example
White with #076F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F10; }
p { color: rgb(7,111,16); }
H1.HeaderClassName
{
color: #076F10;
}
.AnyTagClassName
{
color: #076F10;
}
</style>
background-color css
<style>
a { background-color: #076F10; }
a { background-color: rgb(7,111,16); }
div.DivClassName
{
background-color: #076F10;
}
.BgClassName
{
background-color: #076F10;
}
</style>
border-color css
<style>
span { border-color: #076F10; }
span { border-color: rgb(7,111,16); }
td.TdClassName
{
border-color: #076F10;
}
.TagClassName
{
border-color: #076F10;
}
</style>