Shades of Green #076C02
Tints of Green #076C02
RGB
CMYK
RGB Variations
Color information
#076C02 (or 0x076C02) is known color: Green. HEX triplet: 07, 6C and 02. RGB value is (7,108,2). Sum of RGB (Red+Green+Blue) = 7+108+2=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 108 (42.58% from 255 or 92.31% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 108 - color contains mainly: green. Hex color #076C02 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076C02 is #F893FD. Grayscale: #424242. Windows color (decimal): -16290814 or 158727. OLE color: 158727.
HSL color Cylindrical-coordinate representation of color #076C02: hue angle of 117.17º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076C02 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 108 | 2 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.58 |
| HSL | 117.17º | 0.96% | 0.22% | - |
| HSV(B) | 117.17º | 0.98% | 0.42% | - |
| XYZ | 5.46 | 10.77 | 1.85 | - |
| YUV | 65.72 | 92.04 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 108 | 2 | 0.94 | 0 | 0.98 | 0.58 | 117.17 | 0.96 | 0.22 |
| Hex | 7 | 6C | 2 | 5E | 0 | 62 | 3A | 75 | 60 | 16 |
| Octal | 7 | 154 | 2 | 136 | 0 | 142 | 72 | 165 | 140 | 26 |
| Binary | 111 | 1101100 | 10 | 1011110 | 0 | 1100010 | 111010 | 1110101 | 1100000 | 10110 |
Color Harmonies of #076C02
Complementary color
Monochromatic Colors of #076C02
Black with #076C02
Text Example
Text Example
White with #076C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076C02; }
p { color: rgb(7,108,2); }
H1.HeaderClassName
{
color: #076C02;
}
.AnyTagClassName
{
color: #076C02;
}
</style>
background-color css
<style>
a { background-color: #076C02; }
a { background-color: rgb(7,108,2); }
div.DivClassName
{
background-color: #076C02;
}
.BgClassName
{
background-color: #076C02;
}
</style>
border-color css
<style>
span { border-color: #076C02; }
span { border-color: rgb(7,108,2); }
td.TdClassName
{
border-color: #076C02;
}
.TagClassName
{
border-color: #076C02;
}
</style>