Shades of Crusoe #096320
Tints of Crusoe #096320
RGB
CMYK
RGB Variations
Color information
#096320 (or 0x096320) is known color: Crusoe. HEX triplet: 09, 63 and 20. RGB value is (9,99,32). Sum of RGB (Red+Green+Blue) = 9+99+32=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 99 (39.06% from 255 or 70.71% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 99 - color contains mainly: green. Hex color #096320 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096320 is #F69CDF. Grayscale: #404040. Windows color (decimal): -16162016 or 2122505. OLE color: 2122505.
HSL color Cylindrical-coordinate representation of color #096320: hue angle of 135.33º 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 #096320 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 32 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.61 |
| HSL | 135.33º | 0.83% | 0.21% | - |
| HSV(B) | 135.33º | 0.91% | 0.39% | - |
| XYZ | 4.84 | 9.09 | 2.87 | - |
| YUV | 64.45 | 109.68 | 88.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 32 | 0.91 | 0 | 0.68 | 0.61 | 135.33 | 0.83 | 0.21 |
| Hex | 9 | 63 | 20 | 5B | 0 | 44 | 3D | 87 | 53 | 15 |
| Octal | 11 | 143 | 40 | 133 | 0 | 104 | 75 | 207 | 123 | 25 |
| Binary | 1001 | 1100011 | 100000 | 1011011 | 0 | 1000100 | 111101 | 10000111 | 1010011 | 10101 |
Color Harmonies of #096320
Complementary color
Monochromatic Colors of #096320
Black with #096320
Text Example
Text Example
White with #096320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096320; }
p { color: rgb(9,99,32); }
H1.HeaderClassName
{
color: #096320;
}
.AnyTagClassName
{
color: #096320;
}
</style>
background-color css
<style>
a { background-color: #096320; }
a { background-color: rgb(9,99,32); }
div.DivClassName
{
background-color: #096320;
}
.BgClassName
{
background-color: #096320;
}
</style>
border-color css
<style>
span { border-color: #096320; }
span { border-color: rgb(9,99,32); }
td.TdClassName
{
border-color: #096320;
}
.TagClassName
{
border-color: #096320;
}
</style>