Shades of Green #01770C
Tints of Green #01770C
RGB
CMYK
RGB Variations
Color information
#01770C (or 0x01770C) is known color: Green. HEX triplet: 01, 77 and 0C. RGB value is (1,119,12). Sum of RGB (Red+Green+Blue) = 1+119+12=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 119 (46.88% from 255 or 90.15% from 132); Blue value is 12 (5.08% from 255 or 9.09% from 132); Max value from RGB is 119 - color contains mainly: green. Hex color #01770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01770C is #FE88F3. Grayscale: #474747. Windows color (decimal): -16681204 or 816897. OLE color: 816897.
HSL color Cylindrical-coordinate representation of color #01770C: hue angle of 125.59º 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 #01770C is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 12 | - |
| CMYK | 0.99 | 0 | 0.90 | 0.53 |
| HSL | 125.59º | 0.98% | 0.24% | - |
| HSV(B) | 125.59º | 0.99% | 0.47% | - |
| XYZ | 6.68 | 13.23 | 2.55 | - |
| YUV | 71.52 | 94.41 | 77.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 12 | 0.99 | 0 | 0.90 | 0.53 | 125.59 | 0.98 | 0.24 |
| Hex | 1 | 77 | C | 63 | 0 | 5A | 35 | 7E | 62 | 18 |
| Octal | 1 | 167 | 14 | 143 | 0 | 132 | 65 | 176 | 142 | 30 |
| Binary | 1 | 1110111 | 1100 | 1100011 | 0 | 1011010 | 110101 | 1111110 | 1100010 | 11000 |
Color Harmonies of #01770C
Complementary color
Monochromatic Colors of #01770C
Black with #01770C
Text Example
Text Example
White with #01770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01770C; }
p { color: rgb(1,119,12); }
H1.HeaderClassName
{
color: #01770C;
}
.AnyTagClassName
{
color: #01770C;
}
</style>
background-color css
<style>
a { background-color: #01770C; }
a { background-color: rgb(1,119,12); }
div.DivClassName
{
background-color: #01770C;
}
.BgClassName
{
background-color: #01770C;
}
</style>
border-color css
<style>
span { border-color: #01770C; }
span { border-color: rgb(1,119,12); }
td.TdClassName
{
border-color: #01770C;
}
.TagClassName
{
border-color: #01770C;
}
</style>