Shades of Green #017B08
Tints of Green #017B08
RGB
CMYK
RGB Variations
Color information
#017B08 (or 0x017B08) is known color: Green. HEX triplet: 01, 7B and 08. RGB value is (1,123,8). Sum of RGB (Red+Green+Blue) = 1+123+8=132 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.76% from 132); Green value is 123 (48.44% from 255 or 93.18% from 132); Blue value is 8 (3.52% from 255 or 6.06% from 132); Max value from RGB is 123 - color contains mainly: green. Hex color #017B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017B08 is #FE84F7. Grayscale: #494949. Windows color (decimal): -16680184 or 555777. OLE color: 555777.
HSL color Cylindrical-coordinate representation of color #017B08: hue angle of 123.44º 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 #017B08 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 1 | 123 | 8 | - |
| CMYK | 0.99 | 0 | 0.93 | 0.52 |
| HSL | 123.44º | 0.98% | 0.24% | - |
| HSV(B) | 123.44º | 0.99% | 0.48% | - |
| XYZ | 7.14 | 14.19 | 2.59 | - |
| YUV | 73.41 | 91.08 | 76.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 123 | 8 | 0.99 | 0 | 0.93 | 0.52 | 123.44 | 0.98 | 0.24 |
| Hex | 1 | 7B | 8 | 63 | 0 | 5D | 34 | 7B | 62 | 18 |
| Octal | 1 | 173 | 10 | 143 | 0 | 135 | 64 | 173 | 142 | 30 |
| Binary | 1 | 1111011 | 1000 | 1100011 | 0 | 1011101 | 110100 | 1111011 | 1100010 | 11000 |
Color Harmonies of #017B08
Complementary color
Monochromatic Colors of #017B08
Black with #017B08
Text Example
Text Example
White with #017B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #017B08; }
p { color: rgb(1,123,8); }
H1.HeaderClassName
{
color: #017B08;
}
.AnyTagClassName
{
color: #017B08;
}
</style>
background-color css
<style>
a { background-color: #017B08; }
a { background-color: rgb(1,123,8); }
div.DivClassName
{
background-color: #017B08;
}
.BgClassName
{
background-color: #017B08;
}
</style>
border-color css
<style>
span { border-color: #017B08; }
span { border-color: rgb(1,123,8); }
td.TdClassName
{
border-color: #017B08;
}
.TagClassName
{
border-color: #017B08;
}
</style>