Shades of Jewel #066140
Tints of Jewel #066140
RGB
CMYK
RGB Variations
Color information
#066140 (or 0x066140) is known color: Jewel. HEX triplet: 06, 61 and 40. RGB value is (6,97,64). Sum of RGB (Red+Green+Blue) = 6+97+64=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 97 (38.28% from 255 or 58.08% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 97 - color contains mainly: green. Hex color #066140 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066140 is #F99EBF. Grayscale: #424242. Windows color (decimal): -16359104 or 4219142. OLE color: 4219142.
HSL color Cylindrical-coordinate representation of color #066140: hue angle of 158.24º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066140 is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 64 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.62 |
| HSL | 158.24º | 0.88% | 0.2% | - |
| HSV(B) | 158.24º | 0.94% | 0.38% | - |
| XYZ | 5.28 | 8.96 | 6.3 | - |
| YUV | 66.03 | 126.85 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 64 | 0.94 | 0 | 0.34 | 0.62 | 158.24 | 0.88 | 0.2 |
| Hex | 6 | 61 | 40 | 5E | 0 | 22 | 3E | 9E | 58 | 14 |
| Octal | 6 | 141 | 100 | 136 | 0 | 42 | 76 | 236 | 130 | 24 |
| Binary | 110 | 1100001 | 1000000 | 1011110 | 0 | 100010 | 111110 | 10011110 | 1011000 | 10100 |
Color Harmonies of #066140
Complementary color
Monochromatic Colors of #066140
Black with #066140
Text Example
Text Example
White with #066140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066140; }
p { color: rgb(6,97,64); }
H1.HeaderClassName
{
color: #066140;
}
.AnyTagClassName
{
color: #066140;
}
</style>
background-color css
<style>
a { background-color: #066140; }
a { background-color: rgb(6,97,64); }
div.DivClassName
{
background-color: #066140;
}
.BgClassName
{
background-color: #066140;
}
</style>
border-color css
<style>
span { border-color: #066140; }
span { border-color: rgb(6,97,64); }
td.TdClassName
{
border-color: #066140;
}
.TagClassName
{
border-color: #066140;
}
</style>