Shades of Crusoe #0C6A2A
Tints of Crusoe #0C6A2A
RGB
CMYK
RGB Variations
Color information
#0C6A2A (or 0x0C6A2A) is known color: Crusoe. HEX triplet: 0C, 6A and 2A. RGB value is (12,106,42). Sum of RGB (Red+Green+Blue) = 12+106+42=160 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.5% from 160); Green value is 106 (41.80% from 255 or 66.25% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 106 - color contains mainly: green. Hex color #0C6A2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6A2A is #F395D5. Grayscale: #464646. Windows color (decimal): -15963606 or 2779660. OLE color: 2779660.
HSL color Cylindrical-coordinate representation of color #0C6A2A: hue angle of 139.15º degrees, saturation: 0.8, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6A2A is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 106 | 42 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.58 |
| HSL | 139.15º | 0.8% | 0.23% | - |
| HSV(B) | 139.15º | 0.89% | 0.42% | - |
| XYZ | 5.72 | 10.55 | 3.93 | - |
| YUV | 70.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 106 | 42 | 0.89 | 0 | 0.60 | 0.58 | 139.15 | 0.8 | 0.23 |
| Hex | C | 6A | 2A | 59 | 0 | 3C | 3A | 8B | 50 | 17 |
| Octal | 14 | 152 | 52 | 131 | 0 | 74 | 72 | 213 | 120 | 27 |
| Binary | 1100 | 1101010 | 101010 | 1011001 | 0 | 111100 | 111010 | 10001011 | 1010000 | 10111 |
Color Harmonies of #0C6A2A
Complementary color
Monochromatic Colors of #0C6A2A
Black with #0C6A2A
Text Example
Text Example
White with #0C6A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6A2A; }
p { color: rgb(12,106,42); }
H1.HeaderClassName
{
color: #0C6A2A;
}
.AnyTagClassName
{
color: #0C6A2A;
}
</style>
background-color css
<style>
a { background-color: #0C6A2A; }
a { background-color: rgb(12,106,42); }
div.DivClassName
{
background-color: #0C6A2A;
}
.BgClassName
{
background-color: #0C6A2A;
}
</style>
border-color css
<style>
span { border-color: #0C6A2A; }
span { border-color: rgb(12,106,42); }
td.TdClassName
{
border-color: #0C6A2A;
}
.TagClassName
{
border-color: #0C6A2A;
}
</style>