Shades of Crusoe #0A6C31
Tints of Crusoe #0A6C31
RGB
CMYK
RGB Variations
Color information
#0A6C31 (or 0x0A6C31) is known color: Crusoe. HEX triplet: 0A, 6C and 31. RGB value is (10,108,49). Sum of RGB (Red+Green+Blue) = 10+108+49=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 108 (42.58% from 255 or 64.67% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 108 - color contains mainly: green. Hex color #0A6C31 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6C31 is #F593CE. Grayscale: #484848. Windows color (decimal): -16094159 or 3238922. OLE color: 3238922.
HSL color Cylindrical-coordinate representation of color #0A6C31: hue angle of 143.88º 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 #0A6C31 is Cyan = 0.91, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 10 | 108 | 49 | - |
| CMYK | 0.91 | 0 | 0.55 | 0.58 |
| HSL | 143.88º | 0.83% | 0.23% | - |
| HSV(B) | 143.88º | 0.91% | 0.42% | - |
| XYZ | 6.04 | 11.01 | 4.71 | - |
| YUV | 71.97 | 115.03 | 83.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 108 | 49 | 0.91 | 0 | 0.55 | 0.58 | 143.88 | 0.83 | 0.23 |
| Hex | A | 6C | 31 | 5B | 0 | 37 | 3A | 90 | 53 | 17 |
| Octal | 12 | 154 | 61 | 133 | 0 | 67 | 72 | 220 | 123 | 27 |
| Binary | 1010 | 1101100 | 110001 | 1011011 | 0 | 110111 | 111010 | 10010000 | 1010011 | 10111 |
Color Harmonies of #0A6C31
Complementary color
Monochromatic Colors of #0A6C31
Black with #0A6C31
Text Example
Text Example
White with #0A6C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6C31; }
p { color: rgb(10,108,49); }
H1.HeaderClassName
{
color: #0A6C31;
}
.AnyTagClassName
{
color: #0A6C31;
}
</style>
background-color css
<style>
a { background-color: #0A6C31; }
a { background-color: rgb(10,108,49); }
div.DivClassName
{
background-color: #0A6C31;
}
.BgClassName
{
background-color: #0A6C31;
}
</style>
border-color css
<style>
span { border-color: #0A6C31; }
span { border-color: rgb(10,108,49); }
td.TdClassName
{
border-color: #0A6C31;
}
.TagClassName
{
border-color: #0A6C31;
}
</style>