Shades of Jewel #066842
Tints of Jewel #066842
RGB
CMYK
RGB Variations
Color information
#066842 (or 0x066842) is known color: Jewel. HEX triplet: 06, 68 and 42. RGB value is (6,104,66). Sum of RGB (Red+Green+Blue) = 6+104+66=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 104 (41.02% from 255 or 59.09% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 104 - color contains mainly: green. Hex color #066842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066842 is #F997BD. Grayscale: #464646. Windows color (decimal): -16357310 or 4352006. OLE color: 4352006.
HSL color Cylindrical-coordinate representation of color #066842: hue angle of 156.73º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066842 is Cyan = 0.94, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 66 | - |
| CMYK | 0.94 | 0 | 0.37 | 0.59 |
| HSL | 156.73º | 0.89% | 0.22% | - |
| HSV(B) | 156.73º | 0.94% | 0.41% | - |
| XYZ | 6.01 | 10.33 | 6.83 | - |
| YUV | 70.37 | 125.53 | 82.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 66 | 0.94 | 0 | 0.37 | 0.59 | 156.73 | 0.89 | 0.22 |
| Hex | 6 | 68 | 42 | 5E | 0 | 25 | 3B | 9D | 59 | 16 |
| Octal | 6 | 150 | 102 | 136 | 0 | 45 | 73 | 235 | 131 | 26 |
| Binary | 110 | 1101000 | 1000010 | 1011110 | 0 | 100101 | 111011 | 10011101 | 1011001 | 10110 |
Color Harmonies of #066842
Complementary color
Monochromatic Colors of #066842
Black with #066842
Text Example
Text Example
White with #066842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066842; }
p { color: rgb(6,104,66); }
H1.HeaderClassName
{
color: #066842;
}
.AnyTagClassName
{
color: #066842;
}
</style>
background-color css
<style>
a { background-color: #066842; }
a { background-color: rgb(6,104,66); }
div.DivClassName
{
background-color: #066842;
}
.BgClassName
{
background-color: #066842;
}
</style>
border-color css
<style>
span { border-color: #066842; }
span { border-color: rgb(6,104,66); }
td.TdClassName
{
border-color: #066842;
}
.TagClassName
{
border-color: #066842;
}
</style>