Shades of Jewel #066941
Tints of Jewel #066941
RGB
CMYK
RGB Variations
Color information
#066941 (or 0x066941) is known color: Jewel. HEX triplet: 06, 69 and 41. RGB value is (6,105,65). Sum of RGB (Red+Green+Blue) = 6+105+65=176 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.41% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #066941 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066941 is #F996BE. Grayscale: #464646. Windows color (decimal): -16357055 or 4286726. OLE color: 4286726.
HSL color Cylindrical-coordinate representation of color #066941: hue angle of 155.76º 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 #066941 is Cyan = 0.94, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 65 | - |
| CMYK | 0.94 | 0 | 0.38 | 0.59 |
| HSL | 155.76º | 0.89% | 0.22% | - |
| HSV(B) | 155.76º | 0.94% | 0.41% | - |
| XYZ | 6.08 | 10.52 | 6.71 | - |
| YUV | 70.84 | 124.7 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 65 | 0.94 | 0 | 0.38 | 0.59 | 155.76 | 0.89 | 0.22 |
| Hex | 6 | 69 | 41 | 5E | 0 | 26 | 3B | 9C | 59 | 16 |
| Octal | 6 | 151 | 101 | 136 | 0 | 46 | 73 | 234 | 131 | 26 |
| Binary | 110 | 1101001 | 1000001 | 1011110 | 0 | 100110 | 111011 | 10011100 | 1011001 | 10110 |
Color Harmonies of #066941
Complementary color
Monochromatic Colors of #066941
Black with #066941
Text Example
Text Example
White with #066941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066941; }
p { color: rgb(6,105,65); }
H1.HeaderClassName
{
color: #066941;
}
.AnyTagClassName
{
color: #066941;
}
</style>
background-color css
<style>
a { background-color: #066941; }
a { background-color: rgb(6,105,65); }
div.DivClassName
{
background-color: #066941;
}
.BgClassName
{
background-color: #066941;
}
</style>
border-color css
<style>
span { border-color: #066941; }
span { border-color: rgb(6,105,65); }
td.TdClassName
{
border-color: #066941;
}
.TagClassName
{
border-color: #066941;
}
</style>