Shades of Green #01740B
Tints of Green #01740B
RGB
CMYK
RGB Variations
Color information
#01740B (or 0x01740B) is known color: Green. HEX triplet: 01, 74 and 0B. RGB value is (1,116,11). Sum of RGB (Red+Green+Blue) = 1+116+11=128 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 128); Green value is 116 (45.70% from 255 or 90.62% from 128); Blue value is 11 (4.69% from 255 or 8.59% from 128); Max value from RGB is 116 - color contains mainly: green. Hex color #01740B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01740B is #FE8BF4. Grayscale: #454545. Windows color (decimal): -16681973 or 750593. OLE color: 750593.
HSL color Cylindrical-coordinate representation of color #01740B: hue angle of 125.22º 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 #01740B is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 1 | 116 | 11 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.55 |
| HSL | 125.22º | 0.98% | 0.23% | - |
| HSV(B) | 125.22º | 0.99% | 0.45% | - |
| XYZ | 6.32 | 12.52 | 2.4 | - |
| YUV | 69.65 | 94.9 | 79.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 116 | 11 | 0.99 | 0 | 0.91 | 0.55 | 125.22 | 0.98 | 0.23 |
| Hex | 1 | 74 | B | 63 | 0 | 5B | 37 | 7D | 62 | 17 |
| Octal | 1 | 164 | 13 | 143 | 0 | 133 | 67 | 175 | 142 | 27 |
| Binary | 1 | 1110100 | 1011 | 1100011 | 0 | 1011011 | 110111 | 1111101 | 1100010 | 10111 |
Color Harmonies of #01740B
Complementary color
Monochromatic Colors of #01740B
Black with #01740B
Text Example
Text Example
White with #01740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01740B; }
p { color: rgb(1,116,11); }
H1.HeaderClassName
{
color: #01740B;
}
.AnyTagClassName
{
color: #01740B;
}
</style>
background-color css
<style>
a { background-color: #01740B; }
a { background-color: rgb(1,116,11); }
div.DivClassName
{
background-color: #01740B;
}
.BgClassName
{
background-color: #01740B;
}
</style>
border-color css
<style>
span { border-color: #01740B; }
span { border-color: rgb(1,116,11); }
td.TdClassName
{
border-color: #01740B;
}
.TagClassName
{
border-color: #01740B;
}
</style>