Shades of Green #016609
Tints of Green #016609
RGB
CMYK
RGB Variations
Color information
#016609 (or 0x016609) is known color: Green. HEX triplet: 01, 66 and 09. RGB value is (1,102,9). Sum of RGB (Red+Green+Blue) = 1+102+9=112 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.89% from 112); Green value is 102 (40.23% from 255 or 91.07% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 102 - color contains mainly: green. Hex color #016609 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016609 is #FE99F6. Grayscale: #3D3D3D. Windows color (decimal): -16685559 or 615937. OLE color: 615937.
HSL color Cylindrical-coordinate representation of color #016609: hue angle of 124.75º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016609 is Cyan = 0.99, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 9 | - |
| CMYK | 0.99 | 0 | 0.91 | 0.6 |
| HSL | 124.75º | 0.98% | 0.2% | - |
| HSV(B) | 124.75º | 0.99% | 0.4% | - |
| XYZ | 4.81 | 9.53 | 1.84 | - |
| YUV | 61.2 | 98.54 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 9 | 0.99 | 0 | 0.91 | 0.6 | 124.75 | 0.98 | 0.2 |
| Hex | 1 | 66 | 9 | 63 | 0 | 5B | 3C | 7D | 62 | 14 |
| Octal | 1 | 146 | 11 | 143 | 0 | 133 | 74 | 175 | 142 | 24 |
| Binary | 1 | 1100110 | 1001 | 1100011 | 0 | 1011011 | 111100 | 1111101 | 1100010 | 10100 |
Color Harmonies of #016609
Complementary color
Monochromatic Colors of #016609
Black with #016609
Text Example
Text Example
White with #016609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016609; }
p { color: rgb(1,102,9); }
H1.HeaderClassName
{
color: #016609;
}
.AnyTagClassName
{
color: #016609;
}
</style>
background-color css
<style>
a { background-color: #016609; }
a { background-color: rgb(1,102,9); }
div.DivClassName
{
background-color: #016609;
}
.BgClassName
{
background-color: #016609;
}
</style>
border-color css
<style>
span { border-color: #016609; }
span { border-color: rgb(1,102,9); }
td.TdClassName
{
border-color: #016609;
}
.TagClassName
{
border-color: #016609;
}
</style>