Shades of Crusoe #0C682E
Tints of Crusoe #0C682E
RGB
CMYK
RGB Variations
Color information
#0C682E (or 0x0C682E) is known color: Crusoe. HEX triplet: 0C, 68 and 2E. RGB value is (12,104,46). Sum of RGB (Red+Green+Blue) = 12+104+46=162 (21% of max value = 765). Red value is 12 (5.08% from 255 or 7.41% from 162); Green value is 104 (41.02% from 255 or 64.20% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 104 - color contains mainly: green. Hex color #0C682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C682E is #F397D1. Grayscale: #464646. Windows color (decimal): -15964114 or 3041292. OLE color: 3041292.
HSL color Cylindrical-coordinate representation of color #0C682E: hue angle of 142.17º 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 #0C682E is Cyan = 0.88, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 104 | 46 | - |
| CMYK | 0.88 | 0 | 0.56 | 0.59 |
| HSL | 142.17º | 0.79% | 0.23% | - |
| HSV(B) | 142.17º | 0.88% | 0.41% | - |
| XYZ | 5.6 | 10.18 | 4.25 | - |
| YUV | 69.88 | 114.52 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 104 | 46 | 0.88 | 0 | 0.56 | 0.59 | 142.17 | 0.79 | 0.23 |
| Hex | C | 68 | 2E | 58 | 0 | 38 | 3B | 8E | 4F | 17 |
| Octal | 14 | 150 | 56 | 130 | 0 | 70 | 73 | 216 | 117 | 27 |
| Binary | 1100 | 1101000 | 101110 | 1011000 | 0 | 111000 | 111011 | 10001110 | 1001111 | 10111 |
Color Harmonies of #0C682E
Complementary color
Monochromatic Colors of #0C682E
Black with #0C682E
Text Example
Text Example
White with #0C682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C682E; }
p { color: rgb(12,104,46); }
H1.HeaderClassName
{
color: #0C682E;
}
.AnyTagClassName
{
color: #0C682E;
}
</style>
background-color css
<style>
a { background-color: #0C682E; }
a { background-color: rgb(12,104,46); }
div.DivClassName
{
background-color: #0C682E;
}
.BgClassName
{
background-color: #0C682E;
}
</style>
border-color css
<style>
span { border-color: #0C682E; }
span { border-color: rgb(12,104,46); }
td.TdClassName
{
border-color: #0C682E;
}
.TagClassName
{
border-color: #0C682E;
}
</style>