Shades of Crusoe #0C651B
Tints of Crusoe #0C651B
RGB
CMYK
RGB Variations
Color information
#0C651B (or 0x0C651B) is known color: Crusoe. HEX triplet: 0C, 65 and 1B. RGB value is (12,101,27). Sum of RGB (Red+Green+Blue) = 12+101+27=140 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.57% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 27 (10.94% from 255 or 19.29% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #0C651B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C651B is #F39AE4. Grayscale: #424242. Windows color (decimal): -15964901 or 1795340. OLE color: 1795340.
HSL color Cylindrical-coordinate representation of color #0C651B: hue angle of 130.11º 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 #0C651B is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 12 | 101 | 27 | - |
| CMYK | 0.88 | 0 | 0.73 | 0.60 |
| HSL | 130.11º | 0.79% | 0.22% | - |
| HSV(B) | 130.11º | 0.88% | 0.4% | - |
| XYZ | 5 | 9.46 | 2.6 | - |
| YUV | 65.95 | 106.01 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 27 | 0.88 | 0 | 0.73 | 0.60 | 130.11 | 0.79 | 0.22 |
| Hex | C | 65 | 1B | 58 | 0 | 49 | 3C | 82 | 4F | 16 |
| Octal | 14 | 145 | 33 | 130 | 0 | 111 | 74 | 202 | 117 | 26 |
| Binary | 1100 | 1100101 | 11011 | 1011000 | 0 | 1001001 | 111100 | 10000010 | 1001111 | 10110 |
Color Harmonies of #0C651B
Complementary color
Monochromatic Colors of #0C651B
Black with #0C651B
Text Example
Text Example
White with #0C651B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C651B; }
p { color: rgb(12,101,27); }
H1.HeaderClassName
{
color: #0C651B;
}
.AnyTagClassName
{
color: #0C651B;
}
</style>
background-color css
<style>
a { background-color: #0C651B; }
a { background-color: rgb(12,101,27); }
div.DivClassName
{
background-color: #0C651B;
}
.BgClassName
{
background-color: #0C651B;
}
</style>
border-color css
<style>
span { border-color: #0C651B; }
span { border-color: rgb(12,101,27); }
td.TdClassName
{
border-color: #0C651B;
}
.TagClassName
{
border-color: #0C651B;
}
</style>