Shades of Green #076306
Tints of Green #076306
RGB
CMYK
RGB Variations
Color information
#076306 (or 0x076306) is known color: Green. HEX triplet: 07, 63 and 06. RGB value is (7,99,6). Sum of RGB (Red+Green+Blue) = 7+99+6=112 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.25% from 112); Green value is 99 (39.06% from 255 or 88.39% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 99 - color contains mainly: green. Hex color #076306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076306 is #F89CF9. Grayscale: #3D3D3D. Windows color (decimal): -16293114 or 418567. OLE color: 418567.
HSL color Cylindrical-coordinate representation of color #076306: hue angle of 119.35º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #076306 is Cyan = 0.93, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 99 | 6 | - |
| CMYK | 0.93 | 0 | 0.94 | 0.61 |
| HSL | 119.35º | 0.89% | 0.21% | - |
| HSV(B) | 119.35º | 0.94% | 0.39% | - |
| XYZ | 4.58 | 8.98 | 1.66 | - |
| YUV | 60.89 | 97.02 | 89.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 99 | 6 | 0.93 | 0 | 0.94 | 0.61 | 119.35 | 0.89 | 0.21 |
| Hex | 7 | 63 | 6 | 5D | 0 | 5E | 3D | 77 | 59 | 15 |
| Octal | 7 | 143 | 6 | 135 | 0 | 136 | 75 | 167 | 131 | 25 |
| Binary | 111 | 1100011 | 110 | 1011101 | 0 | 1011110 | 111101 | 1110111 | 1011001 | 10101 |
Color Harmonies of #076306
Complementary color
Monochromatic Colors of #076306
Black with #076306
Text Example
Text Example
White with #076306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076306; }
p { color: rgb(7,99,6); }
H1.HeaderClassName
{
color: #076306;
}
.AnyTagClassName
{
color: #076306;
}
</style>
background-color css
<style>
a { background-color: #076306; }
a { background-color: rgb(7,99,6); }
div.DivClassName
{
background-color: #076306;
}
.BgClassName
{
background-color: #076306;
}
</style>
border-color css
<style>
span { border-color: #076306; }
span { border-color: rgb(7,99,6); }
td.TdClassName
{
border-color: #076306;
}
.TagClassName
{
border-color: #076306;
}
</style>