Shades of Jewel #016E3C
Tints of Jewel #016E3C
RGB
CMYK
RGB Variations
Color information
#016E3C (or 0x016E3C) is known color: Jewel. HEX triplet: 01, 6E and 3C. RGB value is (1,110,60). Sum of RGB (Red+Green+Blue) = 1+110+60=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 110 (43.36% from 255 or 64.33% from 171); Blue value is 60 (23.83% from 255 or 35.09% from 171); Max value from RGB is 110 - color contains mainly: green. Hex color #016E3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016E3C is #FE91C3. Grayscale: #474747. Windows color (decimal): -16683460 or 3960321. OLE color: 3960321.
HSL color Cylindrical-coordinate representation of color #016E3C: hue angle of 152.48º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016E3C is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 1 | 110 | 60 | - |
| CMYK | 0.99 | 0 | 0.45 | 0.57 |
| HSL | 152.48º | 0.98% | 0.22% | - |
| HSV(B) | 152.48º | 0.99% | 0.43% | - |
| XYZ | 6.4 | 11.48 | 6.15 | - |
| YUV | 71.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 110 | 60 | 0.99 | 0 | 0.45 | 0.57 | 152.48 | 0.98 | 0.22 |
| Hex | 1 | 6E | 3C | 63 | 0 | 2D | 39 | 98 | 62 | 16 |
| Octal | 1 | 156 | 74 | 143 | 0 | 55 | 71 | 230 | 142 | 26 |
| Binary | 1 | 1101110 | 111100 | 1100011 | 0 | 101101 | 111001 | 10011000 | 1100010 | 10110 |
Color Harmonies of #016E3C
Complementary color
Monochromatic Colors of #016E3C
Black with #016E3C
Text Example
Text Example
White with #016E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #016E3C; }
p { color: rgb(1,110,60); }
H1.HeaderClassName
{
color: #016E3C;
}
.AnyTagClassName
{
color: #016E3C;
}
</style>
background-color css
<style>
a { background-color: #016E3C; }
a { background-color: rgb(1,110,60); }
div.DivClassName
{
background-color: #016E3C;
}
.BgClassName
{
background-color: #016E3C;
}
</style>
border-color css
<style>
span { border-color: #016E3C; }
span { border-color: rgb(1,110,60); }
td.TdClassName
{
border-color: #016E3C;
}
.TagClassName
{
border-color: #016E3C;
}
</style>