Shades of Green #076701
Tints of Green #076701
RGB
CMYK
RGB Variations
Color information
#076701 (or 0x076701) is known color: Green. HEX triplet: 07, 67 and 01. RGB value is (7,103,1). Sum of RGB (Red+Green+Blue) = 7+103+1=111 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.31% from 111); Green value is 103 (40.62% from 255 or 92.79% from 111); Blue value is 1 (0.78% from 255 or 0.90% from 111); Max value from RGB is 103 - color contains mainly: green. Hex color #076701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #076701 is #F898FE. Grayscale: #3E3E3E. Windows color (decimal): -16292095 or 91911. OLE color: 91911.
HSL color Cylindrical-coordinate representation of color #076701: hue angle of 116.47º 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 #076701 is Cyan = 0.93, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 7 | 103 | 1 | - |
| CMYK | 0.93 | 0 | 0.99 | 0.60 |
| HSL | 116.47º | 0.98% | 0.2% | - |
| HSV(B) | 116.47º | 0.99% | 0.4% | - |
| XYZ | 4.94 | 9.75 | 1.65 | - |
| YUV | 62.67 | 93.2 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 103 | 1 | 0.93 | 0 | 0.99 | 0.60 | 116.47 | 0.98 | 0.2 |
| Hex | 7 | 67 | 1 | 5D | 0 | 63 | 3C | 74 | 62 | 14 |
| Octal | 7 | 147 | 1 | 135 | 0 | 143 | 74 | 164 | 142 | 24 |
| Binary | 111 | 1100111 | 1 | 1011101 | 0 | 1100011 | 111100 | 1110100 | 1100010 | 10100 |
Color Harmonies of #076701
Complementary color
Monochromatic Colors of #076701
Black with #076701
Text Example
Text Example
White with #076701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #076701; }
p { color: rgb(7,103,1); }
H1.HeaderClassName
{
color: #076701;
}
.AnyTagClassName
{
color: #076701;
}
</style>
background-color css
<style>
a { background-color: #076701; }
a { background-color: rgb(7,103,1); }
div.DivClassName
{
background-color: #076701;
}
.BgClassName
{
background-color: #076701;
}
</style>
border-color css
<style>
span { border-color: #076701; }
span { border-color: rgb(7,103,1); }
td.TdClassName
{
border-color: #076701;
}
.TagClassName
{
border-color: #076701;
}
</style>