Shades of Jewel #016F3E
Tints of Jewel #016F3E
RGB
CMYK
RGB Variations
Color information
#016F3E (or 0x016F3E) is known color: Jewel. HEX triplet: 01, 6F and 3E. RGB value is (1,111,62). Sum of RGB (Red+Green+Blue) = 1+111+62=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 111 (43.75% from 255 or 63.79% from 174); Blue value is 62 (24.61% from 255 or 35.63% from 174); Max value from RGB is 111 - color contains mainly: green. Hex color #016F3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F3E is #FE90C1. Grayscale: #484848. Windows color (decimal): -16683202 or 4091649. OLE color: 4091649.
HSL color Cylindrical-coordinate representation of color #016F3E: hue angle of 153.27º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F3E is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 1 | 111 | 62 | - |
| CMYK | 0.99 | 0 | 0.44 | 0.56 |
| HSL | 153.27º | 0.98% | 0.22% | - |
| HSV(B) | 153.27º | 0.99% | 0.44% | - |
| XYZ | 6.57 | 11.72 | 6.47 | - |
| YUV | 72.52 | 122.06 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 111 | 62 | 0.99 | 0 | 0.44 | 0.56 | 153.27 | 0.98 | 0.22 |
| Hex | 1 | 6F | 3E | 63 | 0 | 2C | 38 | 99 | 62 | 16 |
| Octal | 1 | 157 | 76 | 143 | 0 | 54 | 70 | 231 | 142 | 26 |
| Binary | 1 | 1101111 | 111110 | 1100011 | 0 | 101100 | 111000 | 10011001 | 1100010 | 10110 |
Color Harmonies of #016F3E
Complementary color
Monochromatic Colors of #016F3E
Black with #016F3E
Text Example
Text Example
White with #016F3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016F3E; }
p { color: rgb(1,111,62); }
H1.HeaderClassName
{
color: #016F3E;
}
.AnyTagClassName
{
color: #016F3E;
}
</style>
background-color css
<style>
a { background-color: #016F3E; }
a { background-color: rgb(1,111,62); }
div.DivClassName
{
background-color: #016F3E;
}
.BgClassName
{
background-color: #016F3E;
}
</style>
border-color css
<style>
span { border-color: #016F3E; }
span { border-color: rgb(1,111,62); }
td.TdClassName
{
border-color: #016F3E;
}
.TagClassName
{
border-color: #016F3E;
}
</style>