Shades of Crusoe #0A6E2D
Tints of Crusoe #0A6E2D
RGB
CMYK
RGB Variations
Color information
#0A6E2D (or 0x0A6E2D) is known color: Crusoe. HEX triplet: 0A, 6E and 2D. RGB value is (10,110,45). Sum of RGB (Red+Green+Blue) = 10+110+45=165 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.06% from 165); Green value is 110 (43.36% from 255 or 66.67% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 110 - color contains mainly: green. Hex color #0A6E2D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6E2D is #F591D2. Grayscale: #484848. Windows color (decimal): -16093651 or 2977290. OLE color: 2977290.
HSL color Cylindrical-coordinate representation of color #0A6E2D: hue angle of 141º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6E2D is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 10 | 110 | 45 | - |
| CMYK | 0.91 | 0 | 0.59 | 0.57 |
| HSL | 141º | 0.83% | 0.24% | - |
| HSV(B) | 141º | 0.91% | 0.43% | - |
| XYZ | 6.17 | 11.41 | 4.36 | - |
| YUV | 72.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 110 | 45 | 0.91 | 0 | 0.59 | 0.57 | 141 | 0.83 | 0.24 |
| Hex | A | 6E | 2D | 5B | 0 | 3B | 39 | 8D | 53 | 18 |
| Octal | 12 | 156 | 55 | 133 | 0 | 73 | 71 | 215 | 123 | 30 |
| Binary | 1010 | 1101110 | 101101 | 1011011 | 0 | 111011 | 111001 | 10001101 | 1010011 | 11000 |
Color Harmonies of #0A6E2D
Complementary color
Monochromatic Colors of #0A6E2D
Black with #0A6E2D
Text Example
Text Example
White with #0A6E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A6E2D; }
p { color: rgb(10,110,45); }
H1.HeaderClassName
{
color: #0A6E2D;
}
.AnyTagClassName
{
color: #0A6E2D;
}
</style>
background-color css
<style>
a { background-color: #0A6E2D; }
a { background-color: rgb(10,110,45); }
div.DivClassName
{
background-color: #0A6E2D;
}
.BgClassName
{
background-color: #0A6E2D;
}
</style>
border-color css
<style>
span { border-color: #0A6E2D; }
span { border-color: rgb(10,110,45); }
td.TdClassName
{
border-color: #0A6E2D;
}
.TagClassName
{
border-color: #0A6E2D;
}
</style>