Shades of Green #076601
Tints of Green #076601
RGB
CMYK
RGB Variations
Color information
#076601 (or 0x076601) is known color: Green. HEX triplet: 07, 66 and 01. RGB value is (7,102,1). Sum of RGB (Red+Green+Blue) = 7+102+1=110 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.36% from 110); Green value is 102 (40.23% from 255 or 92.73% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 102 - color contains mainly: green. Hex color #076601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076601 is #F899FE. Grayscale: #3E3E3E. Windows color (decimal): -16292351 or 91655. OLE color: 91655.
HSL color Cylindrical-coordinate representation of color #076601: hue angle of 116.44º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #076601 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 102 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.6 |
| HSL | 116.44º | 0.98% | 0.2% | - |
| HSV(B) | 116.44º | 0.99% | 0.4% | - |
| XYZ | 4.84 | 9.55 | 1.62 | - |
| YUV | 62.08 | 93.53 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 102 | 1 | 0.93 | 0 | 0.99 | 0.6 | 116.44 | 0.98 | 0.2 |
| Hex | 7 | 66 | 1 | 5D | 0 | 63 | 3C | 74 | 62 | 14 |
| Octal | 7 | 146 | 1 | 135 | 0 | 143 | 74 | 164 | 142 | 24 |
| Binary | 111 | 1100110 | 1 | 1011101 | 0 | 1100011 | 111100 | 1110100 | 1100010 | 10100 |
Color Harmonies of #076601
Complementary color
Monochromatic Colors of #076601
Black with #076601
Text Example
Text Example
White with #076601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076601; }
p { color: rgb(7,102,1); }
H1.HeaderClassName
{
color: #076601;
}
.AnyTagClassName
{
color: #076601;
}
</style>
background-color css
<style>
a { background-color: #076601; }
a { background-color: rgb(7,102,1); }
div.DivClassName
{
background-color: #076601;
}
.BgClassName
{
background-color: #076601;
}
</style>
border-color css
<style>
span { border-color: #076601; }
span { border-color: rgb(7,102,1); }
td.TdClassName
{
border-color: #076601;
}
.TagClassName
{
border-color: #076601;
}
</style>