Shades of Crusoe #0C6E1C
Tints of Crusoe #0C6E1C
RGB
CMYK
RGB Variations
Color information
#0C6E1C (or 0x0C6E1C) is known color: Crusoe. HEX triplet: 0C, 6E and 1C. RGB value is (12,110,28). Sum of RGB (Red+Green+Blue) = 12+110+28=150 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8% from 150); Green value is 110 (43.36% from 255 or 73.33% from 150); Blue value is 28 (11.33% from 255 or 18.67% from 150); Max value from RGB is 110 - color contains mainly: green. Hex color #0C6E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6E1C is #F391E3. Grayscale: #474747. Windows color (decimal): -15962596 or 1863180. OLE color: 1863180.
HSL color Cylindrical-coordinate representation of color #0C6E1C: hue angle of 129.8º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6E1C is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 12 | 110 | 28 | - |
| CMYK | 0.89 | 0 | 0.75 | 0.57 |
| HSL | 129.8º | 0.8% | 0.24% | - |
| HSV(B) | 129.8º | 0.89% | 0.43% | - |
| XYZ | 5.94 | 11.31 | 2.97 | - |
| YUV | 71.35 | 103.53 | 85.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 110 | 28 | 0.89 | 0 | 0.75 | 0.57 | 129.8 | 0.8 | 0.24 |
| Hex | C | 6E | 1C | 59 | 0 | 4B | 39 | 82 | 50 | 18 |
| Octal | 14 | 156 | 34 | 131 | 0 | 113 | 71 | 202 | 120 | 30 |
| Binary | 1100 | 1101110 | 11100 | 1011001 | 0 | 1001011 | 111001 | 10000010 | 1010000 | 11000 |
Color Harmonies of #0C6E1C
Complementary color
Monochromatic Colors of #0C6E1C
Black with #0C6E1C
Text Example
Text Example
White with #0C6E1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6E1C; }
p { color: rgb(12,110,28); }
H1.HeaderClassName
{
color: #0C6E1C;
}
.AnyTagClassName
{
color: #0C6E1C;
}
</style>
background-color css
<style>
a { background-color: #0C6E1C; }
a { background-color: rgb(12,110,28); }
div.DivClassName
{
background-color: #0C6E1C;
}
.BgClassName
{
background-color: #0C6E1C;
}
</style>
border-color css
<style>
span { border-color: #0C6E1C; }
span { border-color: rgb(12,110,28); }
td.TdClassName
{
border-color: #0C6E1C;
}
.TagClassName
{
border-color: #0C6E1C;
}
</style>