Shades of Green #017D07
Tints of Green #017D07
RGB
CMYK
RGB Variations
Color information
#017D07 (or 0x017D07) is known color: Green. HEX triplet: 01, 7D and 07. RGB value is (1,125,7). Sum of RGB (Red+Green+Blue) = 1+125+7=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 125 (49.22% from 255 or 93.98% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 125 - color contains mainly: green. Hex color #017D07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017D07 is #FE82F8. Grayscale: #4A4A4A. Windows color (decimal): -16679673 or 490753. OLE color: 490753.
HSL color Cylindrical-coordinate representation of color #017D07: hue angle of 122.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017D07 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 1 | 125 | 7 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.51 |
| HSL | 122.9º | 0.98% | 0.25% | - |
| HSV(B) | 122.9º | 0.99% | 0.49% | - |
| XYZ | 7.38 | 14.69 | 2.65 | - |
| YUV | 74.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 125 | 7 | 0.99 | 0 | 0.94 | 0.51 | 122.9 | 0.98 | 0.25 |
| Hex | 1 | 7D | 7 | 63 | 0 | 5E | 33 | 7B | 62 | 19 |
| Octal | 1 | 175 | 7 | 143 | 0 | 136 | 63 | 173 | 142 | 31 |
| Binary | 1 | 1111101 | 111 | 1100011 | 0 | 1011110 | 110011 | 1111011 | 1100010 | 11001 |
Color Harmonies of #017D07
Complementary color
Monochromatic Colors of #017D07
Black with #017D07
Text Example
Text Example
White with #017D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017D07; }
p { color: rgb(1,125,7); }
H1.HeaderClassName
{
color: #017D07;
}
.AnyTagClassName
{
color: #017D07;
}
</style>
background-color css
<style>
a { background-color: #017D07; }
a { background-color: rgb(1,125,7); }
div.DivClassName
{
background-color: #017D07;
}
.BgClassName
{
background-color: #017D07;
}
</style>
border-color css
<style>
span { border-color: #017D07; }
span { border-color: rgb(1,125,7); }
td.TdClassName
{
border-color: #017D07;
}
.TagClassName
{
border-color: #017D07;
}
</style>