Shades of Green #01770B
Tints of Green #01770B
RGB
CMYK
RGB Variations
Color information
#01770B (or 0x01770B) is known color: Green. HEX triplet: 01, 77 and 0B. RGB value is (1,119,11). Sum of RGB (Red+Green+Blue) = 1+119+11=131 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 131); Green value is 119 (46.88% from 255 or 90.84% from 131); Blue value is 11 (4.69% from 255 or 8.40% from 131); Max value from RGB is 119 - color contains mainly: green. Hex color #01770B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01770B is #FE88F4. Grayscale: #474747. Windows color (decimal): -16681205 or 751361. OLE color: 751361.
HSL color Cylindrical-coordinate representation of color #01770B: hue angle of 125.08º 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 #01770B is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 119 | 11 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.53 |
| HSL | 125.08º | 0.98% | 0.24% | - |
| HSV(B) | 125.08º | 0.99% | 0.47% | - |
| XYZ | 6.67 | 13.22 | 2.52 | - |
| YUV | 71.41 | 93.91 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 119 | 11 | 0.99 | 0 | 0.91 | 0.53 | 125.08 | 0.98 | 0.24 |
| Hex | 1 | 77 | B | 63 | 0 | 5B | 35 | 7D | 62 | 18 |
| Octal | 1 | 167 | 13 | 143 | 0 | 133 | 65 | 175 | 142 | 30 |
| Binary | 1 | 1110111 | 1011 | 1100011 | 0 | 1011011 | 110101 | 1111101 | 1100010 | 11000 |
Color Harmonies of #01770B
Complementary color
Monochromatic Colors of #01770B
Black with #01770B
Text Example
Text Example
White with #01770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01770B; }
p { color: rgb(1,119,11); }
H1.HeaderClassName
{
color: #01770B;
}
.AnyTagClassName
{
color: #01770B;
}
</style>
background-color css
<style>
a { background-color: #01770B; }
a { background-color: rgb(1,119,11); }
div.DivClassName
{
background-color: #01770B;
}
.BgClassName
{
background-color: #01770B;
}
</style>
border-color css
<style>
span { border-color: #01770B; }
span { border-color: rgb(1,119,11); }
td.TdClassName
{
border-color: #01770B;
}
.TagClassName
{
border-color: #01770B;
}
</style>