Shades of Crusoe #0A6C27
Tints of Crusoe #0A6C27
RGB
CMYK
RGB Variations
Color information
#0A6C27 (or 0x0A6C27) is known color: Crusoe. HEX triplet: 0A, 6C and 27. RGB value is (10,108,39). Sum of RGB (Red+Green+Blue) = 10+108+39=157 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.37% from 157); Green value is 108 (42.58% from 255 or 68.79% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6C27 is #F593D8. Grayscale: #474747. Windows color (decimal): -16094169 or 2583562. OLE color: 2583562.
HSL color Cylindrical-coordinate representation of color #0A6C27: hue angle of 137.76º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6C27 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 39 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.58 |
| HSL | 137.76º | 0.83% | 0.23% | - |
| HSV(B) | 137.76º | 0.91% | 0.42% | - |
| XYZ | 5.85 | 10.94 | 3.72 | - |
| YUV | 70.83 | 110.03 | 84.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 39 | 0.91 | 0 | 0.64 | 0.58 | 137.76 | 0.83 | 0.23 |
| Hex | A | 6C | 27 | 5B | 0 | 40 | 3A | 8A | 53 | 17 |
| Octal | 12 | 154 | 47 | 133 | 0 | 100 | 72 | 212 | 123 | 27 |
| Binary | 1010 | 1101100 | 100111 | 1011011 | 0 | 1000000 | 111010 | 10001010 | 1010011 | 10111 |
Color Harmonies of #0A6C27
Complementary color
Monochromatic Colors of #0A6C27
Black with #0A6C27
Text Example
Text Example
White with #0A6C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C27; }
p { color: rgb(10,108,39); }
H1.HeaderClassName
{
color: #0A6C27;
}
.AnyTagClassName
{
color: #0A6C27;
}
</style>
background-color css
<style>
a { background-color: #0A6C27; }
a { background-color: rgb(10,108,39); }
div.DivClassName
{
background-color: #0A6C27;
}
.BgClassName
{
background-color: #0A6C27;
}
</style>
border-color css
<style>
span { border-color: #0A6C27; }
span { border-color: rgb(10,108,39); }
td.TdClassName
{
border-color: #0A6C27;
}
.TagClassName
{
border-color: #0A6C27;
}
</style>