Shades of Crusoe #0C681D
Tints of Crusoe #0C681D
RGB
CMYK
RGB Variations
Color information
#0C681D (or 0x0C681D) is known color: Crusoe. HEX triplet: 0C, 68 and 1D. RGB value is (12,104,29). Sum of RGB (Red+Green+Blue) = 12+104+29=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #0C681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C681D is #F397E2. Grayscale: #444444. Windows color (decimal): -15964131 or 1927180. OLE color: 1927180.
HSL color Cylindrical-coordinate representation of color #0C681D: hue angle of 131.09º 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 #0C681D is Cyan = 0.88, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 29 | - |
| CMYK | 0.88 | 0 | 0.72 | 0.59 |
| HSL | 131.09º | 0.79% | 0.23% | - |
| HSV(B) | 131.09º | 0.88% | 0.41% | - |
| XYZ | 5.32 | 10.07 | 2.83 | - |
| YUV | 67.94 | 106.02 | 88.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 29 | 0.88 | 0 | 0.72 | 0.59 | 131.09 | 0.79 | 0.23 |
| Hex | C | 68 | 1D | 58 | 0 | 48 | 3B | 83 | 4F | 17 |
| Octal | 14 | 150 | 35 | 130 | 0 | 110 | 73 | 203 | 117 | 27 |
| Binary | 1100 | 1101000 | 11101 | 1011000 | 0 | 1001000 | 111011 | 10000011 | 1001111 | 10111 |
Color Harmonies of #0C681D
Complementary color
Monochromatic Colors of #0C681D
Black with #0C681D
Text Example
Text Example
White with #0C681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C681D; }
p { color: rgb(12,104,29); }
H1.HeaderClassName
{
color: #0C681D;
}
.AnyTagClassName
{
color: #0C681D;
}
</style>
background-color css
<style>
a { background-color: #0C681D; }
a { background-color: rgb(12,104,29); }
div.DivClassName
{
background-color: #0C681D;
}
.BgClassName
{
background-color: #0C681D;
}
</style>
border-color css
<style>
span { border-color: #0C681D; }
span { border-color: rgb(12,104,29); }
td.TdClassName
{
border-color: #0C681D;
}
.TagClassName
{
border-color: #0C681D;
}
</style>