Shades of Green #076903
Tints of Green #076903
RGB
CMYK
RGB Variations
Color information
#076903 (or 0x076903) is known color: Green. HEX triplet: 07, 69 and 03. RGB value is (7,105,3). Sum of RGB (Red+Green+Blue) = 7+105+3=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 105 (41.41% from 255 or 91.30% from 115); Blue value is 3 (1.56% from 255 or 2.61% from 115); Max value from RGB is 105 - color contains mainly: green. Hex color #076903 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076903 is #F896FC. Grayscale: #404040. Windows color (decimal): -16291581 or 223495. OLE color: 223495.
HSL color Cylindrical-coordinate representation of color #076903: hue angle of 117.65º 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 #076903 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 7 | 105 | 3 | - |
| CMYK | 0.93 | 0 | 0.97 | 0.59 |
| HSL | 117.65º | 0.94% | 0.21% | - |
| HSV(B) | 117.65º | 0.97% | 0.41% | - |
| XYZ | 5.16 | 10.15 | 1.77 | - |
| YUV | 64.07 | 93.53 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 105 | 3 | 0.93 | 0 | 0.97 | 0.59 | 117.65 | 0.94 | 0.21 |
| Hex | 7 | 69 | 3 | 5D | 0 | 61 | 3B | 76 | 5E | 15 |
| Octal | 7 | 151 | 3 | 135 | 0 | 141 | 73 | 166 | 136 | 25 |
| Binary | 111 | 1101001 | 11 | 1011101 | 0 | 1100001 | 111011 | 1110110 | 1011110 | 10101 |
Color Harmonies of #076903
Complementary color
Monochromatic Colors of #076903
Black with #076903
Text Example
Text Example
White with #076903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076903; }
p { color: rgb(7,105,3); }
H1.HeaderClassName
{
color: #076903;
}
.AnyTagClassName
{
color: #076903;
}
</style>
background-color css
<style>
a { background-color: #076903; }
a { background-color: rgb(7,105,3); }
div.DivClassName
{
background-color: #076903;
}
.BgClassName
{
background-color: #076903;
}
</style>
border-color css
<style>
span { border-color: #076903; }
span { border-color: rgb(7,105,3); }
td.TdClassName
{
border-color: #076903;
}
.TagClassName
{
border-color: #076903;
}
</style>