Shades of Crusoe #0C6025
Tints of Crusoe #0C6025
RGB
CMYK
RGB Variations
Color information
#0C6025 (or 0x0C6025) is known color: Crusoe. HEX triplet: 0C, 60 and 25. RGB value is (12,96,37). Sum of RGB (Red+Green+Blue) = 12+96+37=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 96 (37.89% from 255 or 66.21% from 145); Blue value is 37 (14.84% from 255 or 25.52% from 145); Max value from RGB is 96 - color contains mainly: green. Hex color #0C6025 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6025 is #F39FDA. Grayscale: #404040. Windows color (decimal): -15966171 or 2449420. OLE color: 2449420.
HSL color Cylindrical-coordinate representation of color #0C6025: hue angle of 137.86º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6025 is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 12 | 96 | 37 | - |
| CMYK | 0.88 | 0 | 0.61 | 0.62 |
| HSL | 137.86º | 0.78% | 0.21% | - |
| HSV(B) | 137.86º | 0.88% | 0.38% | - |
| XYZ | 4.67 | 8.58 | 3.16 | - |
| YUV | 64.16 | 112.67 | 90.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 96 | 37 | 0.88 | 0 | 0.61 | 0.62 | 137.86 | 0.78 | 0.21 |
| Hex | C | 60 | 25 | 58 | 0 | 3D | 3E | 8A | 4E | 15 |
| Octal | 14 | 140 | 45 | 130 | 0 | 75 | 76 | 212 | 116 | 25 |
| Binary | 1100 | 1100000 | 100101 | 1011000 | 0 | 111101 | 111110 | 10001010 | 1001110 | 10101 |
Color Harmonies of #0C6025
Complementary color
Monochromatic Colors of #0C6025
Black with #0C6025
Text Example
Text Example
White with #0C6025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6025; }
p { color: rgb(12,96,37); }
H1.HeaderClassName
{
color: #0C6025;
}
.AnyTagClassName
{
color: #0C6025;
}
</style>
background-color css
<style>
a { background-color: #0C6025; }
a { background-color: rgb(12,96,37); }
div.DivClassName
{
background-color: #0C6025;
}
.BgClassName
{
background-color: #0C6025;
}
</style>
border-color css
<style>
span { border-color: #0C6025; }
span { border-color: rgb(12,96,37); }
td.TdClassName
{
border-color: #0C6025;
}
.TagClassName
{
border-color: #0C6025;
}
</style>