Shades of Crusoe #0C6B31
Tints of Crusoe #0C6B31
RGB
CMYK
RGB Variations
Color information
#0C6B31 (or 0x0C6B31) is known color: Crusoe. HEX triplet: 0C, 6B and 31. RGB value is (12,107,49). Sum of RGB (Red+Green+Blue) = 12+107+49=168 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.14% from 168); Green value is 107 (42.19% from 255 or 63.69% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 107 - color contains mainly: green. Hex color #0C6B31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6B31 is #F394CE. Grayscale: #484848. Windows color (decimal): -15963343 or 3238668. OLE color: 3238668.
HSL color Cylindrical-coordinate representation of color #0C6B31: hue angle of 143.37º 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 #0C6B31 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 12 | 107 | 49 | - |
| CMYK | 0.89 | 0 | 0.54 | 0.58 |
| HSL | 143.37º | 0.8% | 0.23% | - |
| HSV(B) | 143.37º | 0.89% | 0.42% | - |
| XYZ | 5.96 | 10.82 | 4.68 | - |
| YUV | 71.98 | 115.03 | 85.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 107 | 49 | 0.89 | 0 | 0.54 | 0.58 | 143.37 | 0.8 | 0.23 |
| Hex | C | 6B | 31 | 59 | 0 | 36 | 3A | 8F | 50 | 17 |
| Octal | 14 | 153 | 61 | 131 | 0 | 66 | 72 | 217 | 120 | 27 |
| Binary | 1100 | 1101011 | 110001 | 1011001 | 0 | 110110 | 111010 | 10001111 | 1010000 | 10111 |
Color Harmonies of #0C6B31
Complementary color
Monochromatic Colors of #0C6B31
Black with #0C6B31
Text Example
Text Example
White with #0C6B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6B31; }
p { color: rgb(12,107,49); }
H1.HeaderClassName
{
color: #0C6B31;
}
.AnyTagClassName
{
color: #0C6B31;
}
</style>
background-color css
<style>
a { background-color: #0C6B31; }
a { background-color: rgb(12,107,49); }
div.DivClassName
{
background-color: #0C6B31;
}
.BgClassName
{
background-color: #0C6B31;
}
</style>
border-color css
<style>
span { border-color: #0C6B31; }
span { border-color: rgb(12,107,49); }
td.TdClassName
{
border-color: #0C6B31;
}
.TagClassName
{
border-color: #0C6B31;
}
</style>