Shades of Crusoe #096124
Tints of Crusoe #096124
RGB
CMYK
RGB Variations
Color information
#096124 (or 0x096124) is known color: Crusoe. HEX triplet: 09, 61 and 24. RGB value is (9,97,36). Sum of RGB (Red+Green+Blue) = 9+97+36=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 36 (14.45% from 255 or 25.35% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #096124 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096124 is #F69EDB. Grayscale: #3F3F3F. Windows color (decimal): -16162524 or 2384137. OLE color: 2384137.
HSL color Cylindrical-coordinate representation of color #096124: hue angle of 138.41º 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 #096124 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 36 | - |
| CMYK | 0.91 | 0 | 0.63 | 0.62 |
| HSL | 138.41º | 0.83% | 0.21% | - |
| HSV(B) | 138.41º | 0.91% | 0.38% | - |
| XYZ | 4.71 | 8.73 | 3.11 | - |
| YUV | 63.73 | 112.35 | 88.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 36 | 0.91 | 0 | 0.63 | 0.62 | 138.41 | 0.83 | 0.21 |
| Hex | 9 | 61 | 24 | 5B | 0 | 3F | 3E | 8A | 53 | 15 |
| Octal | 11 | 141 | 44 | 133 | 0 | 77 | 76 | 212 | 123 | 25 |
| Binary | 1001 | 1100001 | 100100 | 1011011 | 0 | 111111 | 111110 | 10001010 | 1010011 | 10101 |
Color Harmonies of #096124
Complementary color
Monochromatic Colors of #096124
Black with #096124
Text Example
Text Example
White with #096124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096124; }
p { color: rgb(9,97,36); }
H1.HeaderClassName
{
color: #096124;
}
.AnyTagClassName
{
color: #096124;
}
</style>
background-color css
<style>
a { background-color: #096124; }
a { background-color: rgb(9,97,36); }
div.DivClassName
{
background-color: #096124;
}
.BgClassName
{
background-color: #096124;
}
</style>
border-color css
<style>
span { border-color: #096124; }
span { border-color: rgb(9,97,36); }
td.TdClassName
{
border-color: #096124;
}
.TagClassName
{
border-color: #096124;
}
</style>