Shades of Green #076F1A
Tints of Green #076F1A
RGB
CMYK
RGB Variations
Color information
#076F1A (or 0x076F1A) is known color: Green. HEX triplet: 07, 6F and 1A. RGB value is (7,111,26). Sum of RGB (Red+Green+Blue) = 7+111+26=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #076F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #076F1A is #F890E5. Grayscale: #464646. Windows color (decimal): -16290022 or 1732359. OLE color: 1732359.
HSL color Cylindrical-coordinate representation of color #076F1A: hue angle of 130.96º 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 #076F1A is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 7 | 111 | 26 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.56 |
| HSL | 130.96º | 0.88% | 0.23% | - |
| HSV(B) | 130.96º | 0.94% | 0.44% | - |
| XYZ | 5.96 | 11.49 | 2.88 | - |
| YUV | 70.21 | 103.04 | 82.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 111 | 26 | 0.94 | 0 | 0.77 | 0.56 | 130.96 | 0.88 | 0.23 |
| Hex | 7 | 6F | 1A | 5E | 0 | 4D | 38 | 83 | 58 | 17 |
| Octal | 7 | 157 | 32 | 136 | 0 | 115 | 70 | 203 | 130 | 27 |
| Binary | 111 | 1101111 | 11010 | 1011110 | 0 | 1001101 | 111000 | 10000011 | 1011000 | 10111 |
Color Harmonies of #076F1A
Complementary color
Monochromatic Colors of #076F1A
Black with #076F1A
Text Example
Text Example
White with #076F1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076F1A; }
p { color: rgb(7,111,26); }
H1.HeaderClassName
{
color: #076F1A;
}
.AnyTagClassName
{
color: #076F1A;
}
</style>
background-color css
<style>
a { background-color: #076F1A; }
a { background-color: rgb(7,111,26); }
div.DivClassName
{
background-color: #076F1A;
}
.BgClassName
{
background-color: #076F1A;
}
</style>
border-color css
<style>
span { border-color: #076F1A; }
span { border-color: rgb(7,111,26); }
td.TdClassName
{
border-color: #076F1A;
}
.TagClassName
{
border-color: #076F1A;
}
</style>