Shades of Green #076F01
Tints of Green #076F01
RGB
CMYK
RGB Variations
Color information
#076F01 (or 0x076F01) is known color: Green. HEX triplet: 07, 6F and 01. RGB value is (7,111,1). Sum of RGB (Red+Green+Blue) = 7+111+1=119 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.88% from 119); Green value is 111 (43.75% from 255 or 93.28% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 111 - color contains mainly: green. Hex color #076F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076F01 is #F890FE. Grayscale: #434343. Windows color (decimal): -16290047 or 93959. OLE color: 93959.
HSL color Cylindrical-coordinate representation of color #076F01: hue angle of 116.73º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #076F01 is Cyan = 0.94, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 1 | - |
| CMYK | 0.94 | 0 | 0.99 | 0.56 |
| HSL | 116.73º | 0.98% | 0.22% | - |
| HSV(B) | 116.73º | 0.99% | 0.44% | - |
| XYZ | 5.78 | 11.42 | 1.93 | - |
| YUV | 67.36 | 90.54 | 84.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 1 | 0.94 | 0 | 0.99 | 0.56 | 116.73 | 0.98 | 0.22 |
| Hex | 7 | 6F | 1 | 5E | 0 | 63 | 38 | 75 | 62 | 16 |
| Octal | 7 | 157 | 1 | 136 | 0 | 143 | 70 | 165 | 142 | 26 |
| Binary | 111 | 1101111 | 1 | 1011110 | 0 | 1100011 | 111000 | 1110101 | 1100010 | 10110 |
Color Harmonies of #076F01
Complementary color
Monochromatic Colors of #076F01
Black with #076F01
Text Example
Text Example
White with #076F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F01; }
p { color: rgb(7,111,1); }
H1.HeaderClassName
{
color: #076F01;
}
.AnyTagClassName
{
color: #076F01;
}
</style>
background-color css
<style>
a { background-color: #076F01; }
a { background-color: rgb(7,111,1); }
div.DivClassName
{
background-color: #076F01;
}
.BgClassName
{
background-color: #076F01;
}
</style>
border-color css
<style>
span { border-color: #076F01; }
span { border-color: rgb(7,111,1); }
td.TdClassName
{
border-color: #076F01;
}
.TagClassName
{
border-color: #076F01;
}
</style>