Shades of Crusoe #0C6929
Tints of Crusoe #0C6929
RGB
CMYK
RGB Variations
Color information
#0C6929 (or 0x0C6929) is known color: Crusoe. HEX triplet: 0C, 69 and 29. RGB value is (12,105,41). Sum of RGB (Red+Green+Blue) = 12+105+41=158 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.59% from 158); Green value is 105 (41.41% from 255 or 66.46% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6929 is #F396D6. Grayscale: #464646. Windows color (decimal): -15963863 or 2713868. OLE color: 2713868.
HSL color Cylindrical-coordinate representation of color #0C6929: hue angle of 138.71º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6929 is Cyan = 0.89, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 41 | - |
| CMYK | 0.89 | 0 | 0.61 | 0.59 |
| HSL | 138.71º | 0.79% | 0.23% | - |
| HSV(B) | 138.71º | 0.89% | 0.41% | - |
| XYZ | 5.6 | 10.34 | 3.8 | - |
| YUV | 69.9 | 111.69 | 86.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 41 | 0.89 | 0 | 0.61 | 0.59 | 138.71 | 0.79 | 0.23 |
| Hex | C | 69 | 29 | 59 | 0 | 3D | 3B | 8B | 4F | 17 |
| Octal | 14 | 151 | 51 | 131 | 0 | 75 | 73 | 213 | 117 | 27 |
| Binary | 1100 | 1101001 | 101001 | 1011001 | 0 | 111101 | 111011 | 10001011 | 1001111 | 10111 |
Color Harmonies of #0C6929
Complementary color
Monochromatic Colors of #0C6929
Black with #0C6929
Text Example
Text Example
White with #0C6929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6929; }
p { color: rgb(12,105,41); }
H1.HeaderClassName
{
color: #0C6929;
}
.AnyTagClassName
{
color: #0C6929;
}
</style>
background-color css
<style>
a { background-color: #0C6929; }
a { background-color: rgb(12,105,41); }
div.DivClassName
{
background-color: #0C6929;
}
.BgClassName
{
background-color: #0C6929;
}
</style>
border-color css
<style>
span { border-color: #0C6929; }
span { border-color: rgb(12,105,41); }
td.TdClassName
{
border-color: #0C6929;
}
.TagClassName
{
border-color: #0C6929;
}
</style>