Shades of Green #01790A
Tints of Green #01790A
RGB
CMYK
RGB Variations
Color information
#01790A (or 0x01790A) is known color: Green. HEX triplet: 01, 79 and 0A. RGB value is (1,121,10). Sum of RGB (Red+Green+Blue) = 1+121+10=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 121 (47.66% from 255 or 91.67% from 132); Blue value is 10 (4.30% from 255 or 7.58% from 132); Max value from RGB is 121 - color contains mainly: green. Hex color #01790A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01790A is #FE86F5. Grayscale: #484848. Windows color (decimal): -16680694 or 686337. OLE color: 686337.
HSL color Cylindrical-coordinate representation of color #01790A: hue angle of 124.5º 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 #01790A is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 10 | - |
| CMYK | 0.99 | 0 | 0.92 | 0.53 |
| HSL | 124.5º | 0.98% | 0.24% | - |
| HSV(B) | 124.5º | 0.99% | 0.47% | - |
| XYZ | 6.9 | 13.7 | 2.57 | - |
| YUV | 72.47 | 92.74 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 10 | 0.99 | 0 | 0.92 | 0.53 | 124.5 | 0.98 | 0.24 |
| Hex | 1 | 79 | A | 63 | 0 | 5C | 35 | 7C | 62 | 18 |
| Octal | 1 | 171 | 12 | 143 | 0 | 134 | 65 | 174 | 142 | 30 |
| Binary | 1 | 1111001 | 1010 | 1100011 | 0 | 1011100 | 110101 | 1111100 | 1100010 | 11000 |
Color Harmonies of #01790A
Complementary color
Monochromatic Colors of #01790A
Black with #01790A
Text Example
Text Example
White with #01790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01790A; }
p { color: rgb(1,121,10); }
H1.HeaderClassName
{
color: #01790A;
}
.AnyTagClassName
{
color: #01790A;
}
</style>
background-color css
<style>
a { background-color: #01790A; }
a { background-color: rgb(1,121,10); }
div.DivClassName
{
background-color: #01790A;
}
.BgClassName
{
background-color: #01790A;
}
</style>
border-color css
<style>
span { border-color: #01790A; }
span { border-color: rgb(1,121,10); }
td.TdClassName
{
border-color: #01790A;
}
.TagClassName
{
border-color: #01790A;
}
</style>