Shades of Crusoe #096223
Tints of Crusoe #096223
RGB
CMYK
RGB Variations
Color information
#096223 (or 0x096223) is known color: Crusoe. HEX triplet: 09, 62 and 23. RGB value is (9,98,35). Sum of RGB (Red+Green+Blue) = 9+98+35=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 98 (38.67% from 255 or 69.01% from 142); Blue value is 35 (14.06% from 255 or 24.65% from 142); Max value from RGB is 98 - color contains mainly: green. Hex color #096223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096223 is #F69DDC. Grayscale: #404040. Windows color (decimal): -16162269 or 2318857. OLE color: 2318857.
HSL color Cylindrical-coordinate representation of color #096223: hue angle of 137.53º 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 #096223 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 35 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.62 |
| HSL | 137.53º | 0.83% | 0.21% | - |
| HSV(B) | 137.53º | 0.91% | 0.38% | - |
| XYZ | 4.78 | 8.91 | 3.06 | - |
| YUV | 64.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 35 | 0.91 | 0 | 0.64 | 0.62 | 137.53 | 0.83 | 0.21 |
| Hex | 9 | 62 | 23 | 5B | 0 | 40 | 3E | 8A | 53 | 15 |
| Octal | 11 | 142 | 43 | 133 | 0 | 100 | 76 | 212 | 123 | 25 |
| Binary | 1001 | 1100010 | 100011 | 1011011 | 0 | 1000000 | 111110 | 10001010 | 1010011 | 10101 |
Color Harmonies of #096223
Complementary color
Monochromatic Colors of #096223
Black with #096223
Text Example
Text Example
White with #096223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096223; }
p { color: rgb(9,98,35); }
H1.HeaderClassName
{
color: #096223;
}
.AnyTagClassName
{
color: #096223;
}
</style>
background-color css
<style>
a { background-color: #096223; }
a { background-color: rgb(9,98,35); }
div.DivClassName
{
background-color: #096223;
}
.BgClassName
{
background-color: #096223;
}
</style>
border-color css
<style>
span { border-color: #096223; }
span { border-color: rgb(9,98,35); }
td.TdClassName
{
border-color: #096223;
}
.TagClassName
{
border-color: #096223;
}
</style>