Shades of Green #017706
Tints of Green #017706
RGB
CMYK
RGB Variations
Color information
#017706 (or 0x017706) is known color: Green. HEX triplet: 01, 77 and 06. RGB value is (1,119,6). Sum of RGB (Red+Green+Blue) = 1+119+6=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 119 (46.88% from 255 or 94.44% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 119 - color contains mainly: green. Hex color #017706 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017706 is #FE88F9. Grayscale: #474747. Windows color (decimal): -16681210 or 423681. OLE color: 423681.
HSL color Cylindrical-coordinate representation of color #017706: hue angle of 122.54º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017706 is Cyan = 0.99, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 6 | - |
| CMYK | 0.99 | 0 | 0.95 | 0.53 |
| HSL | 122.54º | 0.98% | 0.24% | - |
| HSV(B) | 122.54º | 0.99% | 0.47% | - |
| XYZ | 6.64 | 13.21 | 2.37 | - |
| YUV | 70.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 6 | 0.99 | 0 | 0.95 | 0.53 | 122.54 | 0.98 | 0.24 |
| Hex | 1 | 77 | 6 | 63 | 0 | 5F | 35 | 7B | 62 | 18 |
| Octal | 1 | 167 | 6 | 143 | 0 | 137 | 65 | 173 | 142 | 30 |
| Binary | 1 | 1110111 | 110 | 1100011 | 0 | 1011111 | 110101 | 1111011 | 1100010 | 11000 |
Color Harmonies of #017706
Complementary color
Monochromatic Colors of #017706
Black with #017706
Text Example
Text Example
White with #017706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017706; }
p { color: rgb(1,119,6); }
H1.HeaderClassName
{
color: #017706;
}
.AnyTagClassName
{
color: #017706;
}
</style>
background-color css
<style>
a { background-color: #017706; }
a { background-color: rgb(1,119,6); }
div.DivClassName
{
background-color: #017706;
}
.BgClassName
{
background-color: #017706;
}
</style>
border-color css
<style>
span { border-color: #017706; }
span { border-color: rgb(1,119,6); }
td.TdClassName
{
border-color: #017706;
}
.TagClassName
{
border-color: #017706;
}
</style>