Shades of Green #076B0C
Tints of Green #076B0C
RGB
CMYK
RGB Variations
Color information
#076B0C (or 0x076B0C) is known color: Green. HEX triplet: 07, 6B and 0C. RGB value is (7,107,12). Sum of RGB (Red+Green+Blue) = 7+107+12=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 107 (42.19% from 255 or 84.92% from 126); Blue value is 12 (5.08% from 255 or 9.52% from 126); Max value from RGB is 107 - color contains mainly: green. Hex color #076B0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076B0C is #F894F3. Grayscale: #424242. Windows color (decimal): -16291060 or 813831. OLE color: 813831.
HSL color Cylindrical-coordinate representation of color #076B0C: hue angle of 123º 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 #076B0C is Cyan = 0.93, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 107 | 12 | - |
| CMYK | 0.93 | 0 | 0.89 | 0.58 |
| HSL | 123º | 0.88% | 0.22% | - |
| HSV(B) | 123º | 0.93% | 0.42% | - |
| XYZ | 5.41 | 10.59 | 2.11 | - |
| YUV | 66.27 | 97.37 | 85.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 107 | 12 | 0.93 | 0 | 0.89 | 0.58 | 123 | 0.88 | 0.22 |
| Hex | 7 | 6B | C | 5D | 0 | 59 | 3A | 7B | 58 | 16 |
| Octal | 7 | 153 | 14 | 135 | 0 | 131 | 72 | 173 | 130 | 26 |
| Binary | 111 | 1101011 | 1100 | 1011101 | 0 | 1011001 | 111010 | 1111011 | 1011000 | 10110 |
Color Harmonies of #076B0C
Complementary color
Monochromatic Colors of #076B0C
Black with #076B0C
Text Example
Text Example
White with #076B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076B0C; }
p { color: rgb(7,107,12); }
H1.HeaderClassName
{
color: #076B0C;
}
.AnyTagClassName
{
color: #076B0C;
}
</style>
background-color css
<style>
a { background-color: #076B0C; }
a { background-color: rgb(7,107,12); }
div.DivClassName
{
background-color: #076B0C;
}
.BgClassName
{
background-color: #076B0C;
}
</style>
border-color css
<style>
span { border-color: #076B0C; }
span { border-color: rgb(7,107,12); }
td.TdClassName
{
border-color: #076B0C;
}
.TagClassName
{
border-color: #076B0C;
}
</style>