Shades of Crusoe #096020
Tints of Crusoe #096020
RGB
CMYK
RGB Variations
Color information
#096020 (or 0x096020) is known color: Crusoe. HEX triplet: 09, 60 and 20. RGB value is (9,96,32). Sum of RGB (Red+Green+Blue) = 9+96+32=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 96 (37.89% from 255 or 70.07% from 137); Blue value is 32 (12.89% from 255 or 23.36% from 137); Max value from RGB is 96 - color contains mainly: green. Hex color #096020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096020 is #F69FDF. Grayscale: #3E3E3E. Windows color (decimal): -16162784 or 2121737. OLE color: 2121737.
HSL color Cylindrical-coordinate representation of color #096020: hue angle of 135.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096020 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 32 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.62 |
| HSL | 135.86º | 0.83% | 0.21% | - |
| HSV(B) | 135.86º | 0.91% | 0.38% | - |
| XYZ | 4.56 | 8.53 | 2.77 | - |
| YUV | 62.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 32 | 0.91 | 0 | 0.67 | 0.62 | 135.86 | 0.83 | 0.21 |
| Hex | 9 | 60 | 20 | 5B | 0 | 43 | 3E | 88 | 53 | 15 |
| Octal | 11 | 140 | 40 | 133 | 0 | 103 | 76 | 210 | 123 | 25 |
| Binary | 1001 | 1100000 | 100000 | 1011011 | 0 | 1000011 | 111110 | 10001000 | 1010011 | 10101 |
Color Harmonies of #096020
Complementary color
Monochromatic Colors of #096020
Black with #096020
Text Example
Text Example
White with #096020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096020; }
p { color: rgb(9,96,32); }
H1.HeaderClassName
{
color: #096020;
}
.AnyTagClassName
{
color: #096020;
}
</style>
background-color css
<style>
a { background-color: #096020; }
a { background-color: rgb(9,96,32); }
div.DivClassName
{
background-color: #096020;
}
.BgClassName
{
background-color: #096020;
}
</style>
border-color css
<style>
span { border-color: #096020; }
span { border-color: rgb(9,96,32); }
td.TdClassName
{
border-color: #096020;
}
.TagClassName
{
border-color: #096020;
}
</style>