Shades of Crusoe #096727
Tints of Crusoe #096727
RGB
CMYK
RGB Variations
Color information
#096727 (or 0x096727) is known color: Crusoe. HEX triplet: 09, 67 and 27. RGB value is (9,103,39). Sum of RGB (Red+Green+Blue) = 9+103+39=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #096727 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096727 is #F698D8. Grayscale: #434343. Windows color (decimal): -16160985 or 2582281. OLE color: 2582281.
HSL color Cylindrical-coordinate representation of color #096727: hue angle of 139.15º 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 #096727 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 9 | 103 | 39 | - |
| CMYK | 0.91 | 0 | 0.62 | 0.60 |
| HSL | 139.15º | 0.84% | 0.22% | - |
| HSV(B) | 139.15º | 0.91% | 0.4% | - |
| XYZ | 5.33 | 9.91 | 3.55 | - |
| YUV | 67.6 | 111.86 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 103 | 39 | 0.91 | 0 | 0.62 | 0.60 | 139.15 | 0.84 | 0.22 |
| Hex | 9 | 67 | 27 | 5B | 0 | 3E | 3C | 8B | 54 | 16 |
| Octal | 11 | 147 | 47 | 133 | 0 | 76 | 74 | 213 | 124 | 26 |
| Binary | 1001 | 1100111 | 100111 | 1011011 | 0 | 111110 | 111100 | 10001011 | 1010100 | 10110 |
Color Harmonies of #096727
Complementary color
Monochromatic Colors of #096727
Black with #096727
Text Example
Text Example
White with #096727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096727; }
p { color: rgb(9,103,39); }
H1.HeaderClassName
{
color: #096727;
}
.AnyTagClassName
{
color: #096727;
}
</style>
background-color css
<style>
a { background-color: #096727; }
a { background-color: rgb(9,103,39); }
div.DivClassName
{
background-color: #096727;
}
.BgClassName
{
background-color: #096727;
}
</style>
border-color css
<style>
span { border-color: #096727; }
span { border-color: rgb(9,103,39); }
td.TdClassName
{
border-color: #096727;
}
.TagClassName
{
border-color: #096727;
}
</style>