Shades of Green #01700F
Tints of Green #01700F
RGB
CMYK
RGB Variations
Color information
#01700F (or 0x01700F) is known color: Green. HEX triplet: 01, 70 and 0F. RGB value is (1,112,15). Sum of RGB (Red+Green+Blue) = 1+112+15=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #01700F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01700F is #FE8FF0. Grayscale: #444444. Windows color (decimal): -16682993 or 1011713. OLE color: 1011713.
HSL color Cylindrical-coordinate representation of color #01700F: hue angle of 127.57º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01700F is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 112 | 15 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.56 |
| HSL | 127.57º | 0.98% | 0.22% | - |
| HSV(B) | 127.57º | 0.99% | 0.44% | - |
| XYZ | 5.89 | 11.63 | 2.39 | - |
| YUV | 67.75 | 98.23 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 112 | 15 | 0.99 | 0 | 0.87 | 0.56 | 127.57 | 0.98 | 0.22 |
| Hex | 1 | 70 | F | 63 | 0 | 57 | 38 | 80 | 62 | 16 |
| Octal | 1 | 160 | 17 | 143 | 0 | 127 | 70 | 200 | 142 | 26 |
| Binary | 1 | 1110000 | 1111 | 1100011 | 0 | 1010111 | 111000 | 10000000 | 1100010 | 10110 |
Color Harmonies of #01700F
Complementary color
Monochromatic Colors of #01700F
Black with #01700F
Text Example
Text Example
White with #01700F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01700F; }
p { color: rgb(1,112,15); }
H1.HeaderClassName
{
color: #01700F;
}
.AnyTagClassName
{
color: #01700F;
}
</style>
background-color css
<style>
a { background-color: #01700F; }
a { background-color: rgb(1,112,15); }
div.DivClassName
{
background-color: #01700F;
}
.BgClassName
{
background-color: #01700F;
}
</style>
border-color css
<style>
span { border-color: #01700F; }
span { border-color: rgb(1,112,15); }
td.TdClassName
{
border-color: #01700F;
}
.TagClassName
{
border-color: #01700F;
}
</style>