Shades of Jewel #0C6640
Tints of Jewel #0C6640
RGB
CMYK
RGB Variations
Color information
#0C6640 (or 0x0C6640) is known color: Jewel. HEX triplet: 0C, 66 and 40. RGB value is (12,102,64). Sum of RGB (Red+Green+Blue) = 12+102+64=178 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.74% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6640 is #F399BF. Grayscale: #464646. Windows color (decimal): -15964608 or 4220428. OLE color: 4220428.
HSL color Cylindrical-coordinate representation of color #0C6640: hue angle of 154.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6640 is Cyan = 0.88, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 64 | - |
| CMYK | 0.88 | 0 | 0.37 | 0.6 |
| HSL | 154.67º | 0.79% | 0.22% | - |
| HSV(B) | 154.67º | 0.88% | 0.4% | - |
| XYZ | 5.83 | 9.95 | 6.46 | - |
| YUV | 70.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 64 | 0.88 | 0 | 0.37 | 0.6 | 154.67 | 0.79 | 0.22 |
| Hex | C | 66 | 40 | 58 | 0 | 25 | 3C | 9B | 4F | 16 |
| Octal | 14 | 146 | 100 | 130 | 0 | 45 | 74 | 233 | 117 | 26 |
| Binary | 1100 | 1100110 | 1000000 | 1011000 | 0 | 100101 | 111100 | 10011011 | 1001111 | 10110 |
Color Harmonies of #0C6640
Complementary color
Monochromatic Colors of #0C6640
Black with #0C6640
Text Example
Text Example
White with #0C6640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6640; }
p { color: rgb(12,102,64); }
H1.HeaderClassName
{
color: #0C6640;
}
.AnyTagClassName
{
color: #0C6640;
}
</style>
background-color css
<style>
a { background-color: #0C6640; }
a { background-color: rgb(12,102,64); }
div.DivClassName
{
background-color: #0C6640;
}
.BgClassName
{
background-color: #0C6640;
}
</style>
border-color css
<style>
span { border-color: #0C6640; }
span { border-color: rgb(12,102,64); }
td.TdClassName
{
border-color: #0C6640;
}
.TagClassName
{
border-color: #0C6640;
}
</style>