Shades of Jewel #01663E
Tints of Jewel #01663E
RGB
CMYK
RGB Variations
Color information
#01663E (or 0x01663E) is known color: Jewel. HEX triplet: 01, 66 and 3E. RGB value is (1,102,62). Sum of RGB (Red+Green+Blue) = 1+102+62=165 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.61% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 62 (24.61% from 255 or 37.58% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #01663E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01663E is #FE99C1. Grayscale: #434343. Windows color (decimal): -16685506 or 4089345. OLE color: 4089345.
HSL color Cylindrical-coordinate representation of color #01663E: hue angle of 156.24º 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 #01663E is Cyan = 0.99, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 1 | 102 | 62 | - |
| CMYK | 0.99 | 0 | 0.39 | 0.6 |
| HSL | 156.24º | 0.98% | 0.2% | - |
| HSV(B) | 156.24º | 0.99% | 0.4% | - |
| XYZ | 5.63 | 9.86 | 6.16 | - |
| YUV | 67.24 | 125.04 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 102 | 62 | 0.99 | 0 | 0.39 | 0.6 | 156.24 | 0.98 | 0.2 |
| Hex | 1 | 66 | 3E | 63 | 0 | 27 | 3C | 9C | 62 | 14 |
| Octal | 1 | 146 | 76 | 143 | 0 | 47 | 74 | 234 | 142 | 24 |
| Binary | 1 | 1100110 | 111110 | 1100011 | 0 | 100111 | 111100 | 10011100 | 1100010 | 10100 |
Color Harmonies of #01663E
Complementary color
Monochromatic Colors of #01663E
Black with #01663E
Text Example
Text Example
White with #01663E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01663E; }
p { color: rgb(1,102,62); }
H1.HeaderClassName
{
color: #01663E;
}
.AnyTagClassName
{
color: #01663E;
}
</style>
background-color css
<style>
a { background-color: #01663E; }
a { background-color: rgb(1,102,62); }
div.DivClassName
{
background-color: #01663E;
}
.BgClassName
{
background-color: #01663E;
}
</style>
border-color css
<style>
span { border-color: #01663E; }
span { border-color: rgb(1,102,62); }
td.TdClassName
{
border-color: #01663E;
}
.TagClassName
{
border-color: #01663E;
}
</style>