Shades of Crusoe #096923
Tints of Crusoe #096923
RGB
CMYK
RGB Variations
Color information
#096923 (or 0x096923) is known color: Crusoe. HEX triplet: 09, 69 and 23. RGB value is (9,105,35). Sum of RGB (Red+Green+Blue) = 9+105+35=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 105 (41.41% from 255 or 70.47% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 105 - color contains mainly: green. Hex color #096923 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096923 is #F696DC. Grayscale: #444444. Windows color (decimal): -16160477 or 2320649. OLE color: 2320649.
HSL color Cylindrical-coordinate representation of color #096923: hue angle of 136.25º 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 #096923 is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 35 | - |
| CMYK | 0.91 | 0 | 0.67 | 0.59 |
| HSL | 136.25º | 0.84% | 0.22% | - |
| HSV(B) | 136.25º | 0.91% | 0.41% | - |
| XYZ | 5.47 | 10.28 | 3.29 | - |
| YUV | 68.32 | 109.2 | 85.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 35 | 0.91 | 0 | 0.67 | 0.59 | 136.25 | 0.84 | 0.22 |
| Hex | 9 | 69 | 23 | 5B | 0 | 43 | 3B | 88 | 54 | 16 |
| Octal | 11 | 151 | 43 | 133 | 0 | 103 | 73 | 210 | 124 | 26 |
| Binary | 1001 | 1101001 | 100011 | 1011011 | 0 | 1000011 | 111011 | 10001000 | 1010100 | 10110 |
Color Harmonies of #096923
Complementary color
Monochromatic Colors of #096923
Black with #096923
Text Example
Text Example
White with #096923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096923; }
p { color: rgb(9,105,35); }
H1.HeaderClassName
{
color: #096923;
}
.AnyTagClassName
{
color: #096923;
}
</style>
background-color css
<style>
a { background-color: #096923; }
a { background-color: rgb(9,105,35); }
div.DivClassName
{
background-color: #096923;
}
.BgClassName
{
background-color: #096923;
}
</style>
border-color css
<style>
span { border-color: #096923; }
span { border-color: rgb(9,105,35); }
td.TdClassName
{
border-color: #096923;
}
.TagClassName
{
border-color: #096923;
}
</style>