Shades of Green #076803
Tints of Green #076803
RGB
CMYK
RGB Variations
Color information
#076803 (or 0x076803) is known color: Green. HEX triplet: 07, 68 and 03. RGB value is (7,104,3). Sum of RGB (Red+Green+Blue) = 7+104+3=114 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.14% from 114); Green value is 104 (41.02% from 255 or 91.23% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 104 - color contains mainly: green. Hex color #076803 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076803 is #F897FC. Grayscale: #3F3F3F. Windows color (decimal): -16291837 or 223239. OLE color: 223239.
HSL color Cylindrical-coordinate representation of color #076803: hue angle of 117.62º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076803 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 104 | 3 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.59 |
| HSL | 117.62º | 0.94% | 0.21% | - |
| HSV(B) | 117.62º | 0.97% | 0.41% | - |
| XYZ | 5.05 | 9.95 | 1.74 | - |
| YUV | 63.48 | 93.86 | 87.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 104 | 3 | 0.93 | 0 | 0.97 | 0.59 | 117.62 | 0.94 | 0.21 |
| Hex | 7 | 68 | 3 | 5D | 0 | 61 | 3B | 76 | 5E | 15 |
| Octal | 7 | 150 | 3 | 135 | 0 | 141 | 73 | 166 | 136 | 25 |
| Binary | 111 | 1101000 | 11 | 1011101 | 0 | 1100001 | 111011 | 1110110 | 1011110 | 10101 |
Color Harmonies of #076803
Complementary color
Monochromatic Colors of #076803
Black with #076803
Text Example
Text Example
White with #076803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076803; }
p { color: rgb(7,104,3); }
H1.HeaderClassName
{
color: #076803;
}
.AnyTagClassName
{
color: #076803;
}
</style>
background-color css
<style>
a { background-color: #076803; }
a { background-color: rgb(7,104,3); }
div.DivClassName
{
background-color: #076803;
}
.BgClassName
{
background-color: #076803;
}
</style>
border-color css
<style>
span { border-color: #076803; }
span { border-color: rgb(7,104,3); }
td.TdClassName
{
border-color: #076803;
}
.TagClassName
{
border-color: #076803;
}
</style>