Shades of Crusoe #096230
Tints of Crusoe #096230
RGB
CMYK
RGB Variations
Color information
#096230 (or 0x096230) is known color: Crusoe. HEX triplet: 09, 62 and 30. RGB value is (9,98,48). Sum of RGB (Red+Green+Blue) = 9+98+48=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 98 (38.67% from 255 or 63.23% from 155); Blue value is 48 (19.14% from 255 or 30.97% from 155); Max value from RGB is 98 - color contains mainly: green. Hex color #096230 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096230 is #F69DCF. Grayscale: #414141. Windows color (decimal): -16162256 or 3170825. OLE color: 3170825.
HSL color Cylindrical-coordinate representation of color #096230: hue angle of 146.29º 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 #096230 is Cyan = 0.91, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 98 | 48 | - |
| CMYK | 0.91 | 0 | 0.51 | 0.62 |
| HSL | 146.29º | 0.83% | 0.21% | - |
| HSV(B) | 146.29º | 0.91% | 0.38% | - |
| XYZ | 5.01 | 9.01 | 4.27 | - |
| YUV | 65.69 | 118.01 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 98 | 48 | 0.91 | 0 | 0.51 | 0.62 | 146.29 | 0.83 | 0.21 |
| Hex | 9 | 62 | 30 | 5B | 0 | 33 | 3E | 92 | 53 | 15 |
| Octal | 11 | 142 | 60 | 133 | 0 | 63 | 76 | 222 | 123 | 25 |
| Binary | 1001 | 1100010 | 110000 | 1011011 | 0 | 110011 | 111110 | 10010010 | 1010011 | 10101 |
Color Harmonies of #096230
Complementary color
Monochromatic Colors of #096230
Black with #096230
Text Example
Text Example
White with #096230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096230; }
p { color: rgb(9,98,48); }
H1.HeaderClassName
{
color: #096230;
}
.AnyTagClassName
{
color: #096230;
}
</style>
background-color css
<style>
a { background-color: #096230; }
a { background-color: rgb(9,98,48); }
div.DivClassName
{
background-color: #096230;
}
.BgClassName
{
background-color: #096230;
}
</style>
border-color css
<style>
span { border-color: #096230; }
span { border-color: rgb(9,98,48); }
td.TdClassName
{
border-color: #096230;
}
.TagClassName
{
border-color: #096230;
}
</style>