Shades of Crusoe #096627
Tints of Crusoe #096627
RGB
CMYK
RGB Variations
Color information
#096627 (or 0x096627) is known color: Crusoe. HEX triplet: 09, 66 and 27. RGB value is (9,102,39). Sum of RGB (Red+Green+Blue) = 9+102+39=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 102 (40.23% from 255 or 68% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 102 - color contains mainly: green. Hex color #096627 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096627 is #F699D8. Grayscale: #434343. Windows color (decimal): -16161241 or 2582025. OLE color: 2582025.
HSL color Cylindrical-coordinate representation of color #096627: hue angle of 139.35º 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 #096627 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 9 | 102 | 39 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.6 |
| HSL | 139.35º | 0.84% | 0.22% | - |
| HSV(B) | 139.35º | 0.91% | 0.4% | - |
| XYZ | 5.23 | 9.71 | 3.52 | - |
| YUV | 67.01 | 112.19 | 86.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 102 | 39 | 0.91 | 0 | 0.62 | 0.6 | 139.35 | 0.84 | 0.22 |
| Hex | 9 | 66 | 27 | 5B | 0 | 3E | 3C | 8B | 54 | 16 |
| Octal | 11 | 146 | 47 | 133 | 0 | 76 | 74 | 213 | 124 | 26 |
| Binary | 1001 | 1100110 | 100111 | 1011011 | 0 | 111110 | 111100 | 10001011 | 1010100 | 10110 |
Color Harmonies of #096627
Complementary color
Monochromatic Colors of #096627
Black with #096627
Text Example
Text Example
White with #096627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096627; }
p { color: rgb(9,102,39); }
H1.HeaderClassName
{
color: #096627;
}
.AnyTagClassName
{
color: #096627;
}
</style>
background-color css
<style>
a { background-color: #096627; }
a { background-color: rgb(9,102,39); }
div.DivClassName
{
background-color: #096627;
}
.BgClassName
{
background-color: #096627;
}
</style>
border-color css
<style>
span { border-color: #096627; }
span { border-color: rgb(9,102,39); }
td.TdClassName
{
border-color: #096627;
}
.TagClassName
{
border-color: #096627;
}
</style>