Shades of Crusoe #0C661B
Tints of Crusoe #0C661B
RGB
CMYK
RGB Variations
Color information
#0C661B (or 0x0C661B) is known color: Crusoe. HEX triplet: 0C, 66 and 1B. RGB value is (12,102,27). Sum of RGB (Red+Green+Blue) = 12+102+27=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 102 (40.23% from 255 or 72.34% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 102 - color contains mainly: green. Hex color #0C661B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C661B is #F399E4. Grayscale: #424242. Windows color (decimal): -15964645 or 1795596. OLE color: 1795596.
HSL color Cylindrical-coordinate representation of color #0C661B: hue angle of 130º 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 #0C661B is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 27 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.6 |
| HSL | 130º | 0.79% | 0.22% | - |
| HSV(B) | 130º | 0.88% | 0.4% | - |
| XYZ | 5.1 | 9.66 | 2.63 | - |
| YUV | 66.54 | 105.68 | 89.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 27 | 0.88 | 0 | 0.74 | 0.6 | 130 | 0.79 | 0.22 |
| Hex | C | 66 | 1B | 58 | 0 | 4A | 3C | 82 | 4F | 16 |
| Octal | 14 | 146 | 33 | 130 | 0 | 112 | 74 | 202 | 117 | 26 |
| Binary | 1100 | 1100110 | 11011 | 1011000 | 0 | 1001010 | 111100 | 10000010 | 1001111 | 10110 |
Color Harmonies of #0C661B
Complementary color
Monochromatic Colors of #0C661B
Black with #0C661B
Text Example
Text Example
White with #0C661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C661B; }
p { color: rgb(12,102,27); }
H1.HeaderClassName
{
color: #0C661B;
}
.AnyTagClassName
{
color: #0C661B;
}
</style>
background-color css
<style>
a { background-color: #0C661B; }
a { background-color: rgb(12,102,27); }
div.DivClassName
{
background-color: #0C661B;
}
.BgClassName
{
background-color: #0C661B;
}
</style>
border-color css
<style>
span { border-color: #0C661B; }
span { border-color: rgb(12,102,27); }
td.TdClassName
{
border-color: #0C661B;
}
.TagClassName
{
border-color: #0C661B;
}
</style>