Shades of Crusoe #096330
Tints of Crusoe #096330
RGB
CMYK
RGB Variations
Color information
#096330 (or 0x096330) is known color: Crusoe. HEX triplet: 09, 63 and 30. RGB value is (9,99,48). Sum of RGB (Red+Green+Blue) = 9+99+48=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 99 (39.06% from 255 or 63.46% from 156); Blue value is 48 (19.14% from 255 or 30.77% from 156); Max value from RGB is 99 - color contains mainly: green. Hex color #096330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096330 is #F69CCF. Grayscale: #424242. Windows color (decimal): -16162000 or 3171081. OLE color: 3171081.
HSL color Cylindrical-coordinate representation of color #096330: hue angle of 146º 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 #096330 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 9 | 99 | 48 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.61 |
| HSL | 146º | 0.83% | 0.21% | - |
| HSV(B) | 146º | 0.91% | 0.39% | - |
| XYZ | 5.11 | 9.2 | 4.3 | - |
| YUV | 66.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 99 | 48 | 0.91 | 0 | 0.52 | 0.61 | 146 | 0.83 | 0.21 |
| Hex | 9 | 63 | 30 | 5B | 0 | 34 | 3D | 92 | 53 | 15 |
| Octal | 11 | 143 | 60 | 133 | 0 | 64 | 75 | 222 | 123 | 25 |
| Binary | 1001 | 1100011 | 110000 | 1011011 | 0 | 110100 | 111101 | 10010010 | 1010011 | 10101 |
Color Harmonies of #096330
Complementary color
Monochromatic Colors of #096330
Black with #096330
Text Example
Text Example
White with #096330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096330; }
p { color: rgb(9,99,48); }
H1.HeaderClassName
{
color: #096330;
}
.AnyTagClassName
{
color: #096330;
}
</style>
background-color css
<style>
a { background-color: #096330; }
a { background-color: rgb(9,99,48); }
div.DivClassName
{
background-color: #096330;
}
.BgClassName
{
background-color: #096330;
}
</style>
border-color css
<style>
span { border-color: #096330; }
span { border-color: rgb(9,99,48); }
td.TdClassName
{
border-color: #096330;
}
.TagClassName
{
border-color: #096330;
}
</style>