Shades of Crusoe #096022
Tints of Crusoe #096022
RGB
CMYK
RGB Variations
Color information
#096022 (or 0x096022) is known color: Crusoe. HEX triplet: 09, 60 and 22. RGB value is (9,96,34). Sum of RGB (Red+Green+Blue) = 9+96+34=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 96 (37.89% from 255 or 69.06% from 139); Blue value is 34 (13.67% from 255 or 24.46% from 139); Max value from RGB is 96 - color contains mainly: green. Hex color #096022 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096022 is #F69FDD. Grayscale: #3F3F3F. Windows color (decimal): -16162782 or 2252809. OLE color: 2252809.
HSL color Cylindrical-coordinate representation of color #096022: hue angle of 137.24º 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 #096022 is Cyan = 0.91, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 96 | 34 | - |
| CMYK | 0.91 | 0 | 0.65 | 0.62 |
| HSL | 137.24º | 0.83% | 0.21% | - |
| HSV(B) | 137.24º | 0.91% | 0.38% | - |
| XYZ | 4.58 | 8.54 | 2.92 | - |
| YUV | 62.92 | 111.68 | 89.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 96 | 34 | 0.91 | 0 | 0.65 | 0.62 | 137.24 | 0.83 | 0.21 |
| Hex | 9 | 60 | 22 | 5B | 0 | 41 | 3E | 89 | 53 | 15 |
| Octal | 11 | 140 | 42 | 133 | 0 | 101 | 76 | 211 | 123 | 25 |
| Binary | 1001 | 1100000 | 100010 | 1011011 | 0 | 1000001 | 111110 | 10001001 | 1010011 | 10101 |
Color Harmonies of #096022
Complementary color
Monochromatic Colors of #096022
Black with #096022
Text Example
Text Example
White with #096022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096022; }
p { color: rgb(9,96,34); }
H1.HeaderClassName
{
color: #096022;
}
.AnyTagClassName
{
color: #096022;
}
</style>
background-color css
<style>
a { background-color: #096022; }
a { background-color: rgb(9,96,34); }
div.DivClassName
{
background-color: #096022;
}
.BgClassName
{
background-color: #096022;
}
</style>
border-color css
<style>
span { border-color: #096022; }
span { border-color: rgb(9,96,34); }
td.TdClassName
{
border-color: #096022;
}
.TagClassName
{
border-color: #096022;
}
</style>