Shades of Crusoe #096A2C
Tints of Crusoe #096A2C
RGB
CMYK
RGB Variations
Color information
#096A2C (or 0x096A2C) is known color: Crusoe. HEX triplet: 09, 6A and 2C. RGB value is (9,106,44). Sum of RGB (Red+Green+Blue) = 9+106+44=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 106 (41.80% from 255 or 66.67% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 106 - color contains mainly: green. Hex color #096A2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096A2C is #F695D3. Grayscale: #464646. Windows color (decimal): -16160212 or 2910729. OLE color: 2910729.
HSL color Cylindrical-coordinate representation of color #096A2C: hue angle of 141.65º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #096A2C is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 9 | 106 | 44 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.58 |
| HSL | 141.65º | 0.84% | 0.23% | - |
| HSV(B) | 141.65º | 0.92% | 0.42% | - |
| XYZ | 5.72 | 10.55 | 4.12 | - |
| YUV | 69.93 | 113.36 | 84.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 106 | 44 | 0.92 | 0 | 0.58 | 0.58 | 141.65 | 0.84 | 0.23 |
| Hex | 9 | 6A | 2C | 5C | 0 | 3A | 3A | 8E | 54 | 17 |
| Octal | 11 | 152 | 54 | 134 | 0 | 72 | 72 | 216 | 124 | 27 |
| Binary | 1001 | 1101010 | 101100 | 1011100 | 0 | 111010 | 111010 | 10001110 | 1010100 | 10111 |
Color Harmonies of #096A2C
Complementary color
Monochromatic Colors of #096A2C
Black with #096A2C
Text Example
Text Example
White with #096A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096A2C; }
p { color: rgb(9,106,44); }
H1.HeaderClassName
{
color: #096A2C;
}
.AnyTagClassName
{
color: #096A2C;
}
</style>
background-color css
<style>
a { background-color: #096A2C; }
a { background-color: rgb(9,106,44); }
div.DivClassName
{
background-color: #096A2C;
}
.BgClassName
{
background-color: #096A2C;
}
</style>
border-color css
<style>
span { border-color: #096A2C; }
span { border-color: rgb(9,106,44); }
td.TdClassName
{
border-color: #096A2C;
}
.TagClassName
{
border-color: #096A2C;
}
</style>