Shades of Green #076A08
Tints of Green #076A08
RGB
CMYK
RGB Variations
Color information
#076A08 (or 0x076A08) is known color: Green. HEX triplet: 07, 6A and 08. RGB value is (7,106,8). Sum of RGB (Red+Green+Blue) = 7+106+8=121 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.79% from 121); Green value is 106 (41.80% from 255 or 87.60% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 106 - color contains mainly: green. Hex color #076A08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076A08 is #F895F7. Grayscale: #414141. Windows color (decimal): -16291320 or 551431. OLE color: 551431.
HSL color Cylindrical-coordinate representation of color #076A08: hue angle of 120.61º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #076A08 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.58.
Color convert
RGB | 7 | 106 | 8 | - |
CMYK | 0.93 | 0 | 0.92 | 0.58 |
HSL | 120.61º | 0.88% | 0.22% | - |
HSV(B) | 120.61º | 0.93% | 0.42% | - |
XYZ | 5.29 | 10.37 | 1.95 | - |
YUV | 65.23 | 95.7 | 86.47 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 7 | 106 | 8 | 0.93 | 0 | 0.92 | 0.58 | 120.61 | 0.88 | 0.22 |
Hex | 7 | 6A | 8 | 5D | 0 | 5C | 3A | 79 | 58 | 16 |
Octal | 7 | 152 | 10 | 135 | 0 | 134 | 72 | 171 | 130 | 26 |
Binary | 111 | 1101010 | 1000 | 1011101 | 0 | 1011100 | 111010 | 1111001 | 1011000 | 10110 |
Color Harmonies of #076A08
Complementary color
Monochromatic Colors of #076A08
Black with #076A08
Text Example
Text Example
White with #076A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076A08; }
p { color: rgb(7,106,8); }
H1.HeaderClassName
{
color: #076A08;
}
.AnyTagClassName
{
color: #076A08;
}
</style>
background-color css
<style>
a { background-color: #076A08; }
a { background-color: rgb(7,106,8); }
div.DivClassName
{
background-color: #076A08;
}
.BgClassName
{
background-color: #076A08;
}
</style>
border-color css
<style>
span { border-color: #076A08; }
span { border-color: rgb(7,106,8); }
td.TdClassName
{
border-color: #076A08;
}
.TagClassName
{
border-color: #076A08;
}
</style>