Shades of Crusoe #096132
Tints of Crusoe #096132
RGB
CMYK
RGB Variations
Color information
#096132 (or 0x096132) is known color: Crusoe. HEX triplet: 09, 61 and 32. RGB value is (9,97,50). Sum of RGB (Red+Green+Blue) = 9+97+50=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 97 (38.28% from 255 or 62.18% from 156); Blue value is 50 (19.92% from 255 or 32.05% from 156); Max value from RGB is 97 - color contains mainly: green. Hex color #096132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096132 is #F69ECD. Grayscale: #414141. Windows color (decimal): -16162510 or 3301641. OLE color: 3301641.
HSL color Cylindrical-coordinate representation of color #096132: hue angle of 147.95º 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 #096132 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 50 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.62 |
| HSL | 147.95º | 0.83% | 0.21% | - |
| HSV(B) | 147.95º | 0.91% | 0.38% | - |
| XYZ | 4.96 | 8.84 | 4.46 | - |
| YUV | 65.33 | 119.35 | 87.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 50 | 0.91 | 0 | 0.48 | 0.62 | 147.95 | 0.83 | 0.21 |
| Hex | 9 | 61 | 32 | 5B | 0 | 30 | 3E | 94 | 53 | 15 |
| Octal | 11 | 141 | 62 | 133 | 0 | 60 | 76 | 224 | 123 | 25 |
| Binary | 1001 | 1100001 | 110010 | 1011011 | 0 | 110000 | 111110 | 10010100 | 1010011 | 10101 |
Color Harmonies of #096132
Complementary color
Monochromatic Colors of #096132
Black with #096132
Text Example
Text Example
White with #096132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096132; }
p { color: rgb(9,97,50); }
H1.HeaderClassName
{
color: #096132;
}
.AnyTagClassName
{
color: #096132;
}
</style>
background-color css
<style>
a { background-color: #096132; }
a { background-color: rgb(9,97,50); }
div.DivClassName
{
background-color: #096132;
}
.BgClassName
{
background-color: #096132;
}
</style>
border-color css
<style>
span { border-color: #096132; }
span { border-color: rgb(9,97,50); }
td.TdClassName
{
border-color: #096132;
}
.TagClassName
{
border-color: #096132;
}
</style>