Shades of Crusoe #0C661F
Tints of Crusoe #0C661F
RGB
CMYK
RGB Variations
Color information
#0C661F (or 0x0C661F) is known color: Crusoe. HEX triplet: 0C, 66 and 1F. RGB value is (12,102,31). Sum of RGB (Red+Green+Blue) = 12+102+31=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 102 (40.23% from 255 or 70.34% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 102 - color contains mainly: green. Hex color #0C661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C661F is #F399E0. Grayscale: #434343. Windows color (decimal): -15964641 or 2057740. OLE color: 2057740.
HSL color Cylindrical-coordinate representation of color #0C661F: hue angle of 132.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 #0C661F is Cyan = 0.88, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 12 | 102 | 31 | - |
| CMYK | 0.88 | 0 | 0.70 | 0.6 |
| HSL | 132.67º | 0.79% | 0.22% | - |
| HSV(B) | 132.67º | 0.88% | 0.4% | - |
| XYZ | 5.15 | 9.68 | 2.89 | - |
| YUV | 67 | 107.68 | 88.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 102 | 31 | 0.88 | 0 | 0.70 | 0.6 | 132.67 | 0.79 | 0.22 |
| Hex | C | 66 | 1F | 58 | 0 | 46 | 3C | 85 | 4F | 16 |
| Octal | 14 | 146 | 37 | 130 | 0 | 106 | 74 | 205 | 117 | 26 |
| Binary | 1100 | 1100110 | 11111 | 1011000 | 0 | 1000110 | 111100 | 10000101 | 1001111 | 10110 |
Color Harmonies of #0C661F
Complementary color
Monochromatic Colors of #0C661F
Black with #0C661F
Text Example
Text Example
White with #0C661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C661F; }
p { color: rgb(12,102,31); }
H1.HeaderClassName
{
color: #0C661F;
}
.AnyTagClassName
{
color: #0C661F;
}
</style>
background-color css
<style>
a { background-color: #0C661F; }
a { background-color: rgb(12,102,31); }
div.DivClassName
{
background-color: #0C661F;
}
.BgClassName
{
background-color: #0C661F;
}
</style>
border-color css
<style>
span { border-color: #0C661F; }
span { border-color: rgb(12,102,31); }
td.TdClassName
{
border-color: #0C661F;
}
.TagClassName
{
border-color: #0C661F;
}
</style>