Shades of Crusoe #097021
Tints of Crusoe #097021
RGB
CMYK
RGB Variations
Color information
#097021 (or 0x097021) is known color: Crusoe. HEX triplet: 09, 70 and 21. RGB value is (9,112,33). Sum of RGB (Red+Green+Blue) = 9+112+33=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #097021 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #097021 is #F68FDE. Grayscale: #484848. Windows color (decimal): -16158687 or 2191369. OLE color: 2191369.
HSL color Cylindrical-coordinate representation of color #097021: hue angle of 133.98º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #097021 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 33 | - |
| CMYK | 0.92 | 0 | 0.71 | 0.56 |
| HSL | 133.98º | 0.85% | 0.24% | - |
| HSV(B) | 133.98º | 0.92% | 0.44% | - |
| XYZ | 6.18 | 11.76 | 3.38 | - |
| YUV | 72.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 33 | 0.92 | 0 | 0.71 | 0.56 | 133.98 | 0.85 | 0.24 |
| Hex | 9 | 70 | 21 | 5C | 0 | 47 | 38 | 86 | 55 | 18 |
| Octal | 11 | 160 | 41 | 134 | 0 | 107 | 70 | 206 | 125 | 30 |
| Binary | 1001 | 1110000 | 100001 | 1011100 | 0 | 1000111 | 111000 | 10000110 | 1010101 | 11000 |
Color Harmonies of #097021
Complementary color
Monochromatic Colors of #097021
Black with #097021
Text Example
Text Example
White with #097021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #097021; }
p { color: rgb(9,112,33); }
H1.HeaderClassName
{
color: #097021;
}
.AnyTagClassName
{
color: #097021;
}
</style>
background-color css
<style>
a { background-color: #097021; }
a { background-color: rgb(9,112,33); }
div.DivClassName
{
background-color: #097021;
}
.BgClassName
{
background-color: #097021;
}
</style>
border-color css
<style>
span { border-color: #097021; }
span { border-color: rgb(9,112,33); }
td.TdClassName
{
border-color: #097021;
}
.TagClassName
{
border-color: #097021;
}
</style>