Shades of Crusoe #096123
Tints of Crusoe #096123
RGB
CMYK
RGB Variations
Color information
#096123 (or 0x096123) is known color: Crusoe. HEX triplet: 09, 61 and 23. RGB value is (9,97,35). Sum of RGB (Red+Green+Blue) = 9+97+35=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 35 (14.06% from 255 or 24.82% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #096123 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #096123 is #F69EDC. Grayscale: #3F3F3F. Windows color (decimal): -16162525 or 2318601. OLE color: 2318601.
HSL color Cylindrical-coordinate representation of color #096123: hue angle of 137.73º 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 #096123 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 35 | - |
| CMYK | 0.91 | 0 | 0.64 | 0.62 |
| HSL | 137.73º | 0.83% | 0.21% | - |
| HSV(B) | 137.73º | 0.91% | 0.38% | - |
| XYZ | 4.69 | 8.73 | 3.03 | - |
| YUV | 63.62 | 111.85 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 35 | 0.91 | 0 | 0.64 | 0.62 | 137.73 | 0.83 | 0.21 |
| Hex | 9 | 61 | 23 | 5B | 0 | 40 | 3E | 8A | 53 | 15 |
| Octal | 11 | 141 | 43 | 133 | 0 | 100 | 76 | 212 | 123 | 25 |
| Binary | 1001 | 1100001 | 100011 | 1011011 | 0 | 1000000 | 111110 | 10001010 | 1010011 | 10101 |
Color Harmonies of #096123
Complementary color
Monochromatic Colors of #096123
Black with #096123
Text Example
Text Example
White with #096123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #096123; }
p { color: rgb(9,97,35); }
H1.HeaderClassName
{
color: #096123;
}
.AnyTagClassName
{
color: #096123;
}
</style>
background-color css
<style>
a { background-color: #096123; }
a { background-color: rgb(9,97,35); }
div.DivClassName
{
background-color: #096123;
}
.BgClassName
{
background-color: #096123;
}
</style>
border-color css
<style>
span { border-color: #096123; }
span { border-color: rgb(9,97,35); }
td.TdClassName
{
border-color: #096123;
}
.TagClassName
{
border-color: #096123;
}
</style>