Shades of Crusoe #096629
Tints of Crusoe #096629
RGB
CMYK
RGB Variations
Color information
#096629 (or 0x096629) is known color: Crusoe. HEX triplet: 09, 66 and 29. RGB value is (9,102,41). Sum of RGB (Red+Green+Blue) = 9+102+41=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 102 (40.23% from 255 or 67.11% from 152); Blue value is 41 (16.41% from 255 or 26.97% from 152); Max value from RGB is 102 - color contains mainly: green. Hex color #096629 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096629 is #F699D6. Grayscale: #434343. Windows color (decimal): -16161239 or 2713097. OLE color: 2713097.
HSL color Cylindrical-coordinate representation of color #096629: hue angle of 140.65º 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 #096629 is Cyan = 0.91, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 41 | - |
| CMYK | 0.91 | 0 | 0.60 | 0.6 |
| HSL | 140.65º | 0.84% | 0.22% | - |
| HSV(B) | 140.65º | 0.91% | 0.4% | - |
| XYZ | 5.26 | 9.72 | 3.7 | - |
| YUV | 67.24 | 113.19 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 41 | 0.91 | 0 | 0.60 | 0.6 | 140.65 | 0.84 | 0.22 |
| Hex | 9 | 66 | 29 | 5B | 0 | 3C | 3C | 8D | 54 | 16 |
| Octal | 11 | 146 | 51 | 133 | 0 | 74 | 74 | 215 | 124 | 26 |
| Binary | 1001 | 1100110 | 101001 | 1011011 | 0 | 111100 | 111100 | 10001101 | 1010100 | 10110 |
Color Harmonies of #096629
Complementary color
Monochromatic Colors of #096629
Black with #096629
Text Example
Text Example
White with #096629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096629; }
p { color: rgb(9,102,41); }
H1.HeaderClassName
{
color: #096629;
}
.AnyTagClassName
{
color: #096629;
}
</style>
background-color css
<style>
a { background-color: #096629; }
a { background-color: rgb(9,102,41); }
div.DivClassName
{
background-color: #096629;
}
.BgClassName
{
background-color: #096629;
}
</style>
border-color css
<style>
span { border-color: #096629; }
span { border-color: rgb(9,102,41); }
td.TdClassName
{
border-color: #096629;
}
.TagClassName
{
border-color: #096629;
}
</style>