Shades of Crusoe #0C6927
Tints of Crusoe #0C6927
RGB
CMYK
RGB Variations
Color information
#0C6927 (or 0x0C6927) is known color: Crusoe. HEX triplet: 0C, 69 and 27. RGB value is (12,105,39). Sum of RGB (Red+Green+Blue) = 12+105+39=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 105 (41.41% from 255 or 67.31% from 156); Blue value is 39 (15.62% from 255 or 25% from 156); Max value from RGB is 105 - color contains mainly: green. Hex color #0C6927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C6927 is #F396D8. Grayscale: #454545. Windows color (decimal): -15963865 or 2582796. OLE color: 2582796.
HSL color Cylindrical-coordinate representation of color #0C6927: hue angle of 137.42º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C6927 is Cyan = 0.89, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 12 | 105 | 39 | - |
| CMYK | 0.89 | 0 | 0.63 | 0.59 |
| HSL | 137.42º | 0.79% | 0.23% | - |
| HSV(B) | 137.42º | 0.89% | 0.41% | - |
| XYZ | 5.57 | 10.33 | 3.62 | - |
| YUV | 69.67 | 110.69 | 86.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 39 | 0.89 | 0 | 0.63 | 0.59 | 137.42 | 0.79 | 0.23 |
| Hex | C | 69 | 27 | 59 | 0 | 3F | 3B | 89 | 4F | 17 |
| Octal | 14 | 151 | 47 | 131 | 0 | 77 | 73 | 211 | 117 | 27 |
| Binary | 1100 | 1101001 | 100111 | 1011001 | 0 | 111111 | 111011 | 10001001 | 1001111 | 10111 |
Color Harmonies of #0C6927
Complementary color
Monochromatic Colors of #0C6927
Black with #0C6927
Text Example
Text Example
White with #0C6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C6927; }
p { color: rgb(12,105,39); }
H1.HeaderClassName
{
color: #0C6927;
}
.AnyTagClassName
{
color: #0C6927;
}
</style>
background-color css
<style>
a { background-color: #0C6927; }
a { background-color: rgb(12,105,39); }
div.DivClassName
{
background-color: #0C6927;
}
.BgClassName
{
background-color: #0C6927;
}
</style>
border-color css
<style>
span { border-color: #0C6927; }
span { border-color: rgb(12,105,39); }
td.TdClassName
{
border-color: #0C6927;
}
.TagClassName
{
border-color: #0C6927;
}
</style>