Shades of Crusoe #0C6819
Tints of Crusoe #0C6819
RGB
CMYK
RGB Variations
Color information
#0C6819 (or 0x0C6819) is known color: Crusoe. HEX triplet: 0C, 68 and 19. RGB value is (12,104,25). Sum of RGB (Red+Green+Blue) = 12+104+25=141 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.51% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 25 (10.16% from 255 or 17.73% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6819 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6819 is #F397E6. Grayscale: #434343. Windows color (decimal): -15964135 or 1665036. OLE color: 1665036.
HSL color Cylindrical-coordinate representation of color #0C6819: hue angle of 128.48º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6819 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 25 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.59 |
| HSL | 128.48º | 0.79% | 0.23% | - |
| HSV(B) | 128.48º | 0.88% | 0.41% | - |
| XYZ | 5.28 | 10.05 | 2.58 | - |
| YUV | 67.49 | 104.02 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 25 | 0.88 | 0 | 0.76 | 0.59 | 128.48 | 0.79 | 0.23 |
| Hex | C | 68 | 19 | 58 | 0 | 4C | 3B | 80 | 4F | 17 |
| Octal | 14 | 150 | 31 | 130 | 0 | 114 | 73 | 200 | 117 | 27 |
| Binary | 1100 | 1101000 | 11001 | 1011000 | 0 | 1001100 | 111011 | 10000000 | 1001111 | 10111 |
Color Harmonies of #0C6819
Complementary color
Monochromatic Colors of #0C6819
Black with #0C6819
Text Example
Text Example
White with #0C6819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6819; }
p { color: rgb(12,104,25); }
H1.HeaderClassName
{
color: #0C6819;
}
.AnyTagClassName
{
color: #0C6819;
}
</style>
background-color css
<style>
a { background-color: #0C6819; }
a { background-color: rgb(12,104,25); }
div.DivClassName
{
background-color: #0C6819;
}
.BgClassName
{
background-color: #0C6819;
}
</style>
border-color css
<style>
span { border-color: #0C6819; }
span { border-color: rgb(12,104,25); }
td.TdClassName
{
border-color: #0C6819;
}
.TagClassName
{
border-color: #0C6819;
}
</style>