Shades of Crusoe #096929
Tints of Crusoe #096929
RGB
CMYK
RGB Variations
Color information
#096929 (or 0x096929) is known color: Crusoe. HEX triplet: 09, 69 and 29. RGB value is (9,105,41). Sum of RGB (Red+Green+Blue) = 9+105+41=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 105 (41.41% from 255 or 67.74% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 105 - color contains mainly: green. Hex color #096929 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096929 is #F696D6. Grayscale: #454545. Windows color (decimal): -16160471 or 2713865. OLE color: 2713865.
HSL color Cylindrical-coordinate representation of color #096929: hue angle of 140º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #096929 is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 41 | - |
| CMYK | 0.91 | 0 | 0.61 | 0.59 |
| HSL | 140º | 0.84% | 0.22% | - |
| HSV(B) | 140º | 0.91% | 0.41% | - |
| XYZ | 5.56 | 10.32 | 3.8 | - |
| YUV | 69 | 112.2 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 41 | 0.91 | 0 | 0.61 | 0.59 | 140 | 0.84 | 0.22 |
| Hex | 9 | 69 | 29 | 5B | 0 | 3D | 3B | 8C | 54 | 16 |
| Octal | 11 | 151 | 51 | 133 | 0 | 75 | 73 | 214 | 124 | 26 |
| Binary | 1001 | 1101001 | 101001 | 1011011 | 0 | 111101 | 111011 | 10001100 | 1010100 | 10110 |
Color Harmonies of #096929
Complementary color
Monochromatic Colors of #096929
Black with #096929
Text Example
Text Example
White with #096929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096929; }
p { color: rgb(9,105,41); }
H1.HeaderClassName
{
color: #096929;
}
.AnyTagClassName
{
color: #096929;
}
</style>
background-color css
<style>
a { background-color: #096929; }
a { background-color: rgb(9,105,41); }
div.DivClassName
{
background-color: #096929;
}
.BgClassName
{
background-color: #096929;
}
</style>
border-color css
<style>
span { border-color: #096929; }
span { border-color: rgb(9,105,41); }
td.TdClassName
{
border-color: #096929;
}
.TagClassName
{
border-color: #096929;
}
</style>