Shades of Green #01740F
Tints of Green #01740F
RGB
CMYK
RGB Variations
Color information
#01740F (or 0x01740F) is known color: Green. HEX triplet: 01, 74 and 0F. RGB value is (1,116,15). Sum of RGB (Red+Green+Blue) = 1+116+15=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 116 (45.70% from 255 or 87.88% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 116 - color contains mainly: green. Hex color #01740F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01740F is #FE8BF0. Grayscale: #464646. Windows color (decimal): -16681969 or 1012737. OLE color: 1012737.
HSL color Cylindrical-coordinate representation of color #01740F: hue angle of 127.3º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01740F is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 15 | - |
| CMYK | 0.99 | 0 | 0.87 | 0.55 |
| HSL | 127.3º | 0.98% | 0.23% | - |
| HSV(B) | 127.3º | 0.99% | 0.45% | - |
| XYZ | 6.34 | 12.53 | 2.54 | - |
| YUV | 70.1 | 96.9 | 78.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 15 | 0.99 | 0 | 0.87 | 0.55 | 127.3 | 0.98 | 0.23 |
| Hex | 1 | 74 | F | 63 | 0 | 57 | 37 | 7F | 62 | 17 |
| Octal | 1 | 164 | 17 | 143 | 0 | 127 | 67 | 177 | 142 | 27 |
| Binary | 1 | 1110100 | 1111 | 1100011 | 0 | 1010111 | 110111 | 1111111 | 1100010 | 10111 |
Color Harmonies of #01740F
Complementary color
Monochromatic Colors of #01740F
Black with #01740F
Text Example
Text Example
White with #01740F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01740F; }
p { color: rgb(1,116,15); }
H1.HeaderClassName
{
color: #01740F;
}
.AnyTagClassName
{
color: #01740F;
}
</style>
background-color css
<style>
a { background-color: #01740F; }
a { background-color: rgb(1,116,15); }
div.DivClassName
{
background-color: #01740F;
}
.BgClassName
{
background-color: #01740F;
}
</style>
border-color css
<style>
span { border-color: #01740F; }
span { border-color: rgb(1,116,15); }
td.TdClassName
{
border-color: #01740F;
}
.TagClassName
{
border-color: #01740F;
}
</style>