Shades of Crusoe #0C6625
Tints of Crusoe #0C6625
RGB
CMYK
RGB Variations
Color information
#0C6625 (or 0x0C6625) is known color: Crusoe. HEX triplet: 0C, 66 and 25. RGB value is (12,102,37). Sum of RGB (Red+Green+Blue) = 12+102+37=151 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.95% from 151); Green value is 102 (40.23% from 255 or 67.55% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6625 is #F399DA. Grayscale: #434343. Windows color (decimal): -15964635 or 2450956. OLE color: 2450956.
HSL color Cylindrical-coordinate representation of color #0C6625: hue angle of 136.67º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6625 is Cyan = 0.88, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 37 | - |
| CMYK | 0.88 | 0 | 0.64 | 0.6 |
| HSL | 136.67º | 0.79% | 0.22% | - |
| HSV(B) | 136.67º | 0.88% | 0.4% | - |
| XYZ | 5.24 | 9.71 | 3.35 | - |
| YUV | 67.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 37 | 0.88 | 0 | 0.64 | 0.6 | 136.67 | 0.79 | 0.22 |
| Hex | C | 66 | 25 | 58 | 0 | 40 | 3C | 89 | 4F | 16 |
| Octal | 14 | 146 | 45 | 130 | 0 | 100 | 74 | 211 | 117 | 26 |
| Binary | 1100 | 1100110 | 100101 | 1011000 | 0 | 1000000 | 111100 | 10001001 | 1001111 | 10110 |
Color Harmonies of #0C6625
Complementary color
Monochromatic Colors of #0C6625
Black with #0C6625
Text Example
Text Example
White with #0C6625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6625; }
p { color: rgb(12,102,37); }
H1.HeaderClassName
{
color: #0C6625;
}
.AnyTagClassName
{
color: #0C6625;
}
</style>
background-color css
<style>
a { background-color: #0C6625; }
a { background-color: rgb(12,102,37); }
div.DivClassName
{
background-color: #0C6625;
}
.BgClassName
{
background-color: #0C6625;
}
</style>
border-color css
<style>
span { border-color: #0C6625; }
span { border-color: rgb(12,102,37); }
td.TdClassName
{
border-color: #0C6625;
}
.TagClassName
{
border-color: #0C6625;
}
</style>