Shades of Green #076B0B
Tints of Green #076B0B
RGB
CMYK
RGB Variations
Color information
#076B0B (or 0x076B0B) is known color: Green. HEX triplet: 07, 6B and 0B. RGB value is (7,107,11). Sum of RGB (Red+Green+Blue) = 7+107+11=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 107 (42.19% from 255 or 85.6% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 107 - color contains mainly: green. Hex color #076B0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B0B is #F894F4. Grayscale: #424242. Windows color (decimal): -16291061 or 748295. OLE color: 748295.
HSL color Cylindrical-coordinate representation of color #076B0B: hue angle of 122.4º 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 #076B0B is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 11 | - |
| CMYK | 0.93 | 0 | 0.90 | 0.58 |
| HSL | 122.4º | 0.88% | 0.22% | - |
| HSV(B) | 122.4º | 0.93% | 0.42% | - |
| XYZ | 5.41 | 10.58 | 2.07 | - |
| YUV | 66.16 | 96.87 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 11 | 0.93 | 0 | 0.90 | 0.58 | 122.4 | 0.88 | 0.22 |
| Hex | 7 | 6B | B | 5D | 0 | 5A | 3A | 7A | 58 | 16 |
| Octal | 7 | 153 | 13 | 135 | 0 | 132 | 72 | 172 | 130 | 26 |
| Binary | 111 | 1101011 | 1011 | 1011101 | 0 | 1011010 | 111010 | 1111010 | 1011000 | 10110 |
Color Harmonies of #076B0B
Complementary color
Monochromatic Colors of #076B0B
Black with #076B0B
Text Example
Text Example
White with #076B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B0B; }
p { color: rgb(7,107,11); }
H1.HeaderClassName
{
color: #076B0B;
}
.AnyTagClassName
{
color: #076B0B;
}
</style>
background-color css
<style>
a { background-color: #076B0B; }
a { background-color: rgb(7,107,11); }
div.DivClassName
{
background-color: #076B0B;
}
.BgClassName
{
background-color: #076B0B;
}
</style>
border-color css
<style>
span { border-color: #076B0B; }
span { border-color: rgb(7,107,11); }
td.TdClassName
{
border-color: #076B0B;
}
.TagClassName
{
border-color: #076B0B;
}
</style>