Shades of Crusoe #096530
Tints of Crusoe #096530
RGB
CMYK
RGB Variations
Color information
#096530 (or 0x096530) is known color: Crusoe. HEX triplet: 09, 65 and 30. RGB value is (9,101,48). Sum of RGB (Red+Green+Blue) = 9+101+48=158 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.70% from 158); Green value is 101 (39.84% from 255 or 63.92% from 158); Blue value is 48 (19.14% from 255 or 30.38% from 158); Max value from RGB is 101 - color contains mainly: green. Hex color #096530 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096530 is #F69ACF. Grayscale: #434343. Windows color (decimal): -16161488 or 3171593. OLE color: 3171593.
HSL color Cylindrical-coordinate representation of color #096530: hue angle of 145.43º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096530 is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 101 | 48 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.60 |
| HSL | 145.43º | 0.84% | 0.22% | - |
| HSV(B) | 145.43º | 0.91% | 0.4% | - |
| XYZ | 5.3 | 9.58 | 4.37 | - |
| YUV | 67.45 | 117.02 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 101 | 48 | 0.91 | 0 | 0.52 | 0.60 | 145.43 | 0.84 | 0.22 |
| Hex | 9 | 65 | 30 | 5B | 0 | 34 | 3C | 91 | 54 | 16 |
| Octal | 11 | 145 | 60 | 133 | 0 | 64 | 74 | 221 | 124 | 26 |
| Binary | 1001 | 1100101 | 110000 | 1011011 | 0 | 110100 | 111100 | 10010001 | 1010100 | 10110 |
Color Harmonies of #096530
Complementary color
Monochromatic Colors of #096530
Black with #096530
Text Example
Text Example
White with #096530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096530; }
p { color: rgb(9,101,48); }
H1.HeaderClassName
{
color: #096530;
}
.AnyTagClassName
{
color: #096530;
}
</style>
background-color css
<style>
a { background-color: #096530; }
a { background-color: rgb(9,101,48); }
div.DivClassName
{
background-color: #096530;
}
.BgClassName
{
background-color: #096530;
}
</style>
border-color css
<style>
span { border-color: #096530; }
span { border-color: rgb(9,101,48); }
td.TdClassName
{
border-color: #096530;
}
.TagClassName
{
border-color: #096530;
}
</style>