Shades of Green #017907
Tints of Green #017907
RGB
CMYK
RGB Variations
Color information
#017907 (or 0x017907) is known color: Green. HEX triplet: 01, 79 and 07. RGB value is (1,121,7). Sum of RGB (Red+Green+Blue) = 1+121+7=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 121 (47.66% from 255 or 93.80% from 129); Blue value is 7 (3.12% from 255 or 5.43% from 129); Max value from RGB is 121 - color contains mainly: green. Hex color #017907 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017907 is #FE86F8. Grayscale: #484848. Windows color (decimal): -16680697 or 489729. OLE color: 489729.
HSL color Cylindrical-coordinate representation of color #017907: hue angle of 123º 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 #017907 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 1 | 121 | 7 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.53 |
| HSL | 123º | 0.98% | 0.24% | - |
| HSV(B) | 123º | 0.99% | 0.47% | - |
| XYZ | 6.89 | 13.7 | 2.48 | - |
| YUV | 72.12 | 91.24 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 121 | 7 | 0.99 | 0 | 0.94 | 0.53 | 123 | 0.98 | 0.24 |
| Hex | 1 | 79 | 7 | 63 | 0 | 5E | 35 | 7B | 62 | 18 |
| Octal | 1 | 171 | 7 | 143 | 0 | 136 | 65 | 173 | 142 | 30 |
| Binary | 1 | 1111001 | 111 | 1100011 | 0 | 1011110 | 110101 | 1111011 | 1100010 | 11000 |
Color Harmonies of #017907
Complementary color
Monochromatic Colors of #017907
Black with #017907
Text Example
Text Example
White with #017907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017907; }
p { color: rgb(1,121,7); }
H1.HeaderClassName
{
color: #017907;
}
.AnyTagClassName
{
color: #017907;
}
</style>
background-color css
<style>
a { background-color: #017907; }
a { background-color: rgb(1,121,7); }
div.DivClassName
{
background-color: #017907;
}
.BgClassName
{
background-color: #017907;
}
</style>
border-color css
<style>
span { border-color: #017907; }
span { border-color: rgb(1,121,7); }
td.TdClassName
{
border-color: #017907;
}
.TagClassName
{
border-color: #017907;
}
</style>