Shades of Crusoe #096322
Tints of Crusoe #096322
RGB
CMYK
RGB Variations
Color information
#096322 (or 0x096322) is known color: Crusoe. HEX triplet: 09, 63 and 22. RGB value is (9,99,34). Sum of RGB (Red+Green+Blue) = 9+99+34=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 99 (39.06% from 255 or 69.72% from 142); Blue value is 34 (13.67% from 255 or 23.94% from 142); Max value from RGB is 99 - color contains mainly: green. Hex color #096322 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096322 is #F69CDD. Grayscale: #404040. Windows color (decimal): -16162014 or 2253577. OLE color: 2253577.
HSL color Cylindrical-coordinate representation of color #096322: hue angle of 136.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096322 is Cyan = 0.91, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 34 | - |
| CMYK | 0.91 | 0 | 0.66 | 0.61 |
| HSL | 136.67º | 0.83% | 0.21% | - |
| HSV(B) | 136.67º | 0.91% | 0.39% | - |
| XYZ | 4.86 | 9.1 | 3.01 | - |
| YUV | 64.68 | 110.68 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 34 | 0.91 | 0 | 0.66 | 0.61 | 136.67 | 0.83 | 0.21 |
| Hex | 9 | 63 | 22 | 5B | 0 | 42 | 3D | 89 | 53 | 15 |
| Octal | 11 | 143 | 42 | 133 | 0 | 102 | 75 | 211 | 123 | 25 |
| Binary | 1001 | 1100011 | 100010 | 1011011 | 0 | 1000010 | 111101 | 10001001 | 1010011 | 10101 |
Color Harmonies of #096322
Complementary color
Monochromatic Colors of #096322
Black with #096322
Text Example
Text Example
White with #096322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096322; }
p { color: rgb(9,99,34); }
H1.HeaderClassName
{
color: #096322;
}
.AnyTagClassName
{
color: #096322;
}
</style>
background-color css
<style>
a { background-color: #096322; }
a { background-color: rgb(9,99,34); }
div.DivClassName
{
background-color: #096322;
}
.BgClassName
{
background-color: #096322;
}
</style>
border-color css
<style>
span { border-color: #096322; }
span { border-color: rgb(9,99,34); }
td.TdClassName
{
border-color: #096322;
}
.TagClassName
{
border-color: #096322;
}
</style>