Shades of Green #017B01
Tints of Green #017B01
RGB
CMYK
RGB Variations
Color information
#017B01 (or 0x017B01) is known color: Green. HEX triplet: 01, 7B and 01. RGB value is (1,123,1). Sum of RGB (Red+Green+Blue) = 1+123+1=125 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.8% from 125); Green value is 123 (48.44% from 255 or 98.4% from 125); Blue value is 1 (0.78% from 255 or 0.8% from 125); Max value from RGB is 123 - color contains mainly: green. Hex color #017B01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017B01 is #FE84FE. Grayscale: #484848. Windows color (decimal): -16680191 or 97025. OLE color: 97025.
HSL color Cylindrical-coordinate representation of color #017B01: hue angle of 120º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017B01 is Cyan = 0.99, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 123 | 1 | - |
| CMYK | 0.99 | 0 | 0.99 | 0.52 |
| HSL | 120º | 0.98% | 0.24% | - |
| HSV(B) | 120º | 0.99% | 0.48% | - |
| XYZ | 7.1 | 14.17 | 2.39 | - |
| YUV | 72.61 | 87.58 | 76.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 1 | 0.99 | 0 | 0.99 | 0.52 | 120 | 0.98 | 0.24 |
| Hex | 1 | 7B | 1 | 63 | 0 | 63 | 34 | 78 | 62 | 18 |
| Octal | 1 | 173 | 1 | 143 | 0 | 143 | 64 | 170 | 142 | 30 |
| Binary | 1 | 1111011 | 1 | 1100011 | 0 | 1100011 | 110100 | 1111000 | 1100010 | 11000 |
Color Harmonies of #017B01
Complementary color
Monochromatic Colors of #017B01
Black with #017B01
Text Example
Text Example
White with #017B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B01; }
p { color: rgb(1,123,1); }
H1.HeaderClassName
{
color: #017B01;
}
.AnyTagClassName
{
color: #017B01;
}
</style>
background-color css
<style>
a { background-color: #017B01; }
a { background-color: rgb(1,123,1); }
div.DivClassName
{
background-color: #017B01;
}
.BgClassName
{
background-color: #017B01;
}
</style>
border-color css
<style>
span { border-color: #017B01; }
span { border-color: rgb(1,123,1); }
td.TdClassName
{
border-color: #017B01;
}
.TagClassName
{
border-color: #017B01;
}
</style>