Shades of Green #076302
Tints of Green #076302
RGB
CMYK
RGB Variations
Color information
#076302 (or 0x076302) is known color: Green. HEX triplet: 07, 63 and 02. RGB value is (7,99,2). Sum of RGB (Red+Green+Blue) = 7+99+2=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 99 (39.06% from 255 or 91.67% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 99 - color contains mainly: green. Hex color #076302 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076302 is #F89CFD. Grayscale: #3C3C3C. Windows color (decimal): -16293118 or 156423. OLE color: 156423.
HSL color Cylindrical-coordinate representation of color #076302: hue angle of 116.91º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #076302 is Cyan = 0.93, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 2 | - |
| CMYK | 0.93 | 0 | 0.98 | 0.61 |
| HSL | 116.91º | 0.96% | 0.2% | - |
| HSV(B) | 116.91º | 0.98% | 0.39% | - |
| XYZ | 4.56 | 8.97 | 1.55 | - |
| YUV | 60.43 | 95.02 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 2 | 0.93 | 0 | 0.98 | 0.61 | 116.91 | 0.96 | 0.2 |
| Hex | 7 | 63 | 2 | 5D | 0 | 62 | 3D | 75 | 60 | 14 |
| Octal | 7 | 143 | 2 | 135 | 0 | 142 | 75 | 165 | 140 | 24 |
| Binary | 111 | 1100011 | 10 | 1011101 | 0 | 1100010 | 111101 | 1110101 | 1100000 | 10100 |
Color Harmonies of #076302
Complementary color
Monochromatic Colors of #076302
Black with #076302
Text Example
Text Example
White with #076302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076302; }
p { color: rgb(7,99,2); }
H1.HeaderClassName
{
color: #076302;
}
.AnyTagClassName
{
color: #076302;
}
</style>
background-color css
<style>
a { background-color: #076302; }
a { background-color: rgb(7,99,2); }
div.DivClassName
{
background-color: #076302;
}
.BgClassName
{
background-color: #076302;
}
</style>
border-color css
<style>
span { border-color: #076302; }
span { border-color: rgb(7,99,2); }
td.TdClassName
{
border-color: #076302;
}
.TagClassName
{
border-color: #076302;
}
</style>