Shades of Jewel #0A663C
Tints of Jewel #0A663C
RGB
CMYK
RGB Variations
Color information
#0A663C (or 0x0A663C) is known color: Jewel. HEX triplet: 0A, 66 and 3C. RGB value is (10,102,60). Sum of RGB (Red+Green+Blue) = 10+102+60=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 102 (40.23% from 255 or 59.30% from 172); Blue value is 60 (23.83% from 255 or 34.88% from 172); Max value from RGB is 102 - color contains mainly: green. Hex color #0A663C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A663C is #F599C3. Grayscale: #454545. Windows color (decimal): -16095684 or 3958282. OLE color: 3958282.
HSL color Cylindrical-coordinate representation of color #0A663C: hue angle of 152.61º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A663C is Cyan = 0.90, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 10 | 102 | 60 | - |
| CMYK | 0.90 | 0 | 0.41 | 0.6 |
| HSL | 152.61º | 0.82% | 0.22% | - |
| HSV(B) | 152.61º | 0.9% | 0.4% | - |
| XYZ | 5.69 | 9.89 | 5.88 | - |
| YUV | 69.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 102 | 60 | 0.90 | 0 | 0.41 | 0.6 | 152.61 | 0.82 | 0.22 |
| Hex | A | 66 | 3C | 5A | 0 | 29 | 3C | 99 | 52 | 16 |
| Octal | 12 | 146 | 74 | 132 | 0 | 51 | 74 | 231 | 122 | 26 |
| Binary | 1010 | 1100110 | 111100 | 1011010 | 0 | 101001 | 111100 | 10011001 | 1010010 | 10110 |
Color Harmonies of #0A663C
Complementary color
Monochromatic Colors of #0A663C
Black with #0A663C
Text Example
Text Example
White with #0A663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A663C; }
p { color: rgb(10,102,60); }
H1.HeaderClassName
{
color: #0A663C;
}
.AnyTagClassName
{
color: #0A663C;
}
</style>
background-color css
<style>
a { background-color: #0A663C; }
a { background-color: rgb(10,102,60); }
div.DivClassName
{
background-color: #0A663C;
}
.BgClassName
{
background-color: #0A663C;
}
</style>
border-color css
<style>
span { border-color: #0A663C; }
span { border-color: rgb(10,102,60); }
td.TdClassName
{
border-color: #0A663C;
}
.TagClassName
{
border-color: #0A663C;
}
</style>