Shades of Crusoe #096420
Tints of Crusoe #096420
RGB
CMYK
RGB Variations
Color information
#096420 (or 0x096420) is known color: Crusoe. HEX triplet: 09, 64 and 20. RGB value is (9,100,32). Sum of RGB (Red+Green+Blue) = 9+100+32=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 100 (39.45% from 255 or 70.92% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 100 - color contains mainly: green. Hex color #096420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096420 is #F69BDF. Grayscale: #414141. Windows color (decimal): -16161760 or 2122761. OLE color: 2122761.
HSL color Cylindrical-coordinate representation of color #096420: hue angle of 135.16º 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 #096420 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 100 | 32 | - |
| CMYK | 0.91 | 0 | 0.68 | 0.61 |
| HSL | 135.16º | 0.83% | 0.21% | - |
| HSV(B) | 135.16º | 0.91% | 0.39% | - |
| XYZ | 4.93 | 9.28 | 2.9 | - |
| YUV | 65.04 | 109.35 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 100 | 32 | 0.91 | 0 | 0.68 | 0.61 | 135.16 | 0.83 | 0.21 |
| Hex | 9 | 64 | 20 | 5B | 0 | 44 | 3D | 87 | 53 | 15 |
| Octal | 11 | 144 | 40 | 133 | 0 | 104 | 75 | 207 | 123 | 25 |
| Binary | 1001 | 1100100 | 100000 | 1011011 | 0 | 1000100 | 111101 | 10000111 | 1010011 | 10101 |
Color Harmonies of #096420
Complementary color
Monochromatic Colors of #096420
Black with #096420
Text Example
Text Example
White with #096420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096420; }
p { color: rgb(9,100,32); }
H1.HeaderClassName
{
color: #096420;
}
.AnyTagClassName
{
color: #096420;
}
</style>
background-color css
<style>
a { background-color: #096420; }
a { background-color: rgb(9,100,32); }
div.DivClassName
{
background-color: #096420;
}
.BgClassName
{
background-color: #096420;
}
</style>
border-color css
<style>
span { border-color: #096420; }
span { border-color: rgb(9,100,32); }
td.TdClassName
{
border-color: #096420;
}
.TagClassName
{
border-color: #096420;
}
</style>