Shades of Crusoe #096D2C
Tints of Crusoe #096D2C
RGB
CMYK
RGB Variations
Color information
#096D2C (or 0x096D2C) is known color: Crusoe. HEX triplet: 09, 6D and 2C. RGB value is (9,109,44). Sum of RGB (Red+Green+Blue) = 9+109+44=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 109 (42.97% from 255 or 67.28% from 162); Blue value is 44 (17.58% from 255 or 27.16% from 162); Max value from RGB is 109 - color contains mainly: green. Hex color #096D2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096D2C is #F692D3. Grayscale: #474747. Windows color (decimal): -16159444 or 2911497. OLE color: 2911497.
HSL color Cylindrical-coordinate representation of color #096D2C: hue angle of 141º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096D2C is Cyan = 0.92, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 9 | 109 | 44 | - |
| CMYK | 0.92 | 0 | 0.60 | 0.57 |
| HSL | 141º | 0.85% | 0.23% | - |
| HSV(B) | 141º | 0.92% | 0.43% | - |
| XYZ | 6.04 | 11.18 | 4.22 | - |
| YUV | 71.69 | 112.37 | 83.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 109 | 44 | 0.92 | 0 | 0.60 | 0.57 | 141 | 0.85 | 0.23 |
| Hex | 9 | 6D | 2C | 5C | 0 | 3C | 39 | 8D | 55 | 17 |
| Octal | 11 | 155 | 54 | 134 | 0 | 74 | 71 | 215 | 125 | 27 |
| Binary | 1001 | 1101101 | 101100 | 1011100 | 0 | 111100 | 111001 | 10001101 | 1010101 | 10111 |
Color Harmonies of #096D2C
Complementary color
Monochromatic Colors of #096D2C
Black with #096D2C
Text Example
Text Example
White with #096D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096D2C; }
p { color: rgb(9,109,44); }
H1.HeaderClassName
{
color: #096D2C;
}
.AnyTagClassName
{
color: #096D2C;
}
</style>
background-color css
<style>
a { background-color: #096D2C; }
a { background-color: rgb(9,109,44); }
div.DivClassName
{
background-color: #096D2C;
}
.BgClassName
{
background-color: #096D2C;
}
</style>
border-color css
<style>
span { border-color: #096D2C; }
span { border-color: rgb(9,109,44); }
td.TdClassName
{
border-color: #096D2C;
}
.TagClassName
{
border-color: #096D2C;
}
</style>