Shades of Crusoe #0C6C2B
Tints of Crusoe #0C6C2B
RGB
CMYK
RGB Variations
Color information
#0C6C2B (or 0x0C6C2B) is known color: Crusoe. HEX triplet: 0C, 6C and 2B. RGB value is (12,108,43). Sum of RGB (Red+Green+Blue) = 12+108+43=163 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.36% from 163); Green value is 108 (42.58% from 255 or 66.26% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 108 - color contains mainly: green. Hex color #0C6C2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6C2B is #F393D4. Grayscale: #484848. Windows color (decimal): -15963093 or 2845708. OLE color: 2845708.
HSL color Cylindrical-coordinate representation of color #0C6C2B: hue angle of 139.38º 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 #0C6C2B is Cyan = 0.89, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 108 | 43 | - |
| CMYK | 0.89 | 0 | 0.60 | 0.58 |
| HSL | 139.38º | 0.8% | 0.24% | - |
| HSV(B) | 139.38º | 0.89% | 0.42% | - |
| XYZ | 5.95 | 10.98 | 4.09 | - |
| YUV | 71.89 | 111.7 | 85.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 108 | 43 | 0.89 | 0 | 0.60 | 0.58 | 139.38 | 0.8 | 0.24 |
| Hex | C | 6C | 2B | 59 | 0 | 3C | 3A | 8B | 50 | 18 |
| Octal | 14 | 154 | 53 | 131 | 0 | 74 | 72 | 213 | 120 | 30 |
| Binary | 1100 | 1101100 | 101011 | 1011001 | 0 | 111100 | 111010 | 10001011 | 1010000 | 11000 |
Color Harmonies of #0C6C2B
Complementary color
Monochromatic Colors of #0C6C2B
Black with #0C6C2B
Text Example
Text Example
White with #0C6C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6C2B; }
p { color: rgb(12,108,43); }
H1.HeaderClassName
{
color: #0C6C2B;
}
.AnyTagClassName
{
color: #0C6C2B;
}
</style>
background-color css
<style>
a { background-color: #0C6C2B; }
a { background-color: rgb(12,108,43); }
div.DivClassName
{
background-color: #0C6C2B;
}
.BgClassName
{
background-color: #0C6C2B;
}
</style>
border-color css
<style>
span { border-color: #0C6C2B; }
span { border-color: rgb(12,108,43); }
td.TdClassName
{
border-color: #0C6C2B;
}
.TagClassName
{
border-color: #0C6C2B;
}
</style>