Shades of Green #017A07
Tints of Green #017A07
RGB
CMYK
RGB Variations
Color information
#017A07 (or 0x017A07) is known color: Green. HEX triplet: 01, 7A and 07. RGB value is (1,122,7). Sum of RGB (Red+Green+Blue) = 1+122+7=130 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.77% from 130); Green value is 122 (48.05% from 255 or 93.85% from 130); Blue value is 7 (3.12% from 255 or 5.38% from 130); Max value from RGB is 122 - color contains mainly: green. Hex color #017A07 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017A07 is #FE85F8. Grayscale: #494949. Windows color (decimal): -16680441 or 489985. OLE color: 489985.
HSL color Cylindrical-coordinate representation of color #017A07: hue angle of 122.98º 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 #017A07 is Cyan = 0.99, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 122 | 7 | - |
| CMYK | 0.99 | 0 | 0.94 | 0.52 |
| HSL | 122.98º | 0.98% | 0.24% | - |
| HSV(B) | 122.98º | 0.99% | 0.48% | - |
| XYZ | 7.01 | 13.94 | 2.52 | - |
| YUV | 72.71 | 90.91 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 122 | 7 | 0.99 | 0 | 0.94 | 0.52 | 122.98 | 0.98 | 0.24 |
| Hex | 1 | 7A | 7 | 63 | 0 | 5E | 34 | 7B | 62 | 18 |
| Octal | 1 | 172 | 7 | 143 | 0 | 136 | 64 | 173 | 142 | 30 |
| Binary | 1 | 1111010 | 111 | 1100011 | 0 | 1011110 | 110100 | 1111011 | 1100010 | 11000 |
Color Harmonies of #017A07
Complementary color
Monochromatic Colors of #017A07
Black with #017A07
Text Example
Text Example
White with #017A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017A07; }
p { color: rgb(1,122,7); }
H1.HeaderClassName
{
color: #017A07;
}
.AnyTagClassName
{
color: #017A07;
}
</style>
background-color css
<style>
a { background-color: #017A07; }
a { background-color: rgb(1,122,7); }
div.DivClassName
{
background-color: #017A07;
}
.BgClassName
{
background-color: #017A07;
}
</style>
border-color css
<style>
span { border-color: #017A07; }
span { border-color: rgb(1,122,7); }
td.TdClassName
{
border-color: #017A07;
}
.TagClassName
{
border-color: #017A07;
}
</style>