Shades of Crusoe #0C6C2C
Tints of Crusoe #0C6C2C
RGB
CMYK
RGB Variations
Color information
#0C6C2C (or 0x0C6C2C) is known color: Crusoe. HEX triplet: 0C, 6C and 2C. RGB value is (12,108,44). Sum of RGB (Red+Green+Blue) = 12+108+44=164 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.32% from 164); Green value is 108 (42.58% from 255 or 65.85% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C2C is #F393D3. Grayscale: #484848. Windows color (decimal): -15963092 or 2911244. OLE color: 2911244.
HSL color Cylindrical-coordinate representation of color #0C6C2C: hue angle of 140º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6C2C is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 44 | - |
| CMYK | 0.89 | 0 | 0.59 | 0.58 |
| HSL | 140º | 0.8% | 0.24% | - |
| HSV(B) | 140º | 0.89% | 0.42% | - |
| XYZ | 5.97 | 10.99 | 4.19 | - |
| YUV | 72 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 44 | 0.89 | 0 | 0.59 | 0.58 | 140 | 0.8 | 0.24 |
| Hex | C | 6C | 2C | 59 | 0 | 3B | 3A | 8C | 50 | 18 |
| Octal | 14 | 154 | 54 | 131 | 0 | 73 | 72 | 214 | 120 | 30 |
| Binary | 1100 | 1101100 | 101100 | 1011001 | 0 | 111011 | 111010 | 10001100 | 1010000 | 11000 |
Color Harmonies of #0C6C2C
Complementary color
Monochromatic Colors of #0C6C2C
Black with #0C6C2C
Text Example
Text Example
White with #0C6C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C2C; }
p { color: rgb(12,108,44); }
H1.HeaderClassName
{
color: #0C6C2C;
}
.AnyTagClassName
{
color: #0C6C2C;
}
</style>
background-color css
<style>
a { background-color: #0C6C2C; }
a { background-color: rgb(12,108,44); }
div.DivClassName
{
background-color: #0C6C2C;
}
.BgClassName
{
background-color: #0C6C2C;
}
</style>
border-color css
<style>
span { border-color: #0C6C2C; }
span { border-color: rgb(12,108,44); }
td.TdClassName
{
border-color: #0C6C2C;
}
.TagClassName
{
border-color: #0C6C2C;
}
</style>