Shades of Crusoe #09682C
Tints of Crusoe #09682C
RGB
CMYK
RGB Variations
Color information
#09682C (or 0x09682C) is known color: Crusoe. HEX triplet: 09, 68 and 2C. RGB value is (9,104,44). Sum of RGB (Red+Green+Blue) = 9+104+44=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #09682C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09682C is #F697D3. Grayscale: #444444. Windows color (decimal): -16160724 or 2910217. OLE color: 2910217.
HSL color Cylindrical-coordinate representation of color #09682C: hue angle of 142.11º 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 #09682C is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 104 | 44 | - |
| CMYK | 0.91 | 0 | 0.58 | 0.59 |
| HSL | 142.11º | 0.84% | 0.22% | - |
| HSV(B) | 142.11º | 0.91% | 0.41% | - |
| XYZ | 5.52 | 10.14 | 4.05 | - |
| YUV | 68.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 104 | 44 | 0.91 | 0 | 0.58 | 0.59 | 142.11 | 0.84 | 0.22 |
| Hex | 9 | 68 | 2C | 5B | 0 | 3A | 3B | 8E | 54 | 16 |
| Octal | 11 | 150 | 54 | 133 | 0 | 72 | 73 | 216 | 124 | 26 |
| Binary | 1001 | 1101000 | 101100 | 1011011 | 0 | 111010 | 111011 | 10001110 | 1010100 | 10110 |
Color Harmonies of #09682C
Complementary color
Monochromatic Colors of #09682C
Black with #09682C
Text Example
Text Example
White with #09682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09682C; }
p { color: rgb(9,104,44); }
H1.HeaderClassName
{
color: #09682C;
}
.AnyTagClassName
{
color: #09682C;
}
</style>
background-color css
<style>
a { background-color: #09682C; }
a { background-color: rgb(9,104,44); }
div.DivClassName
{
background-color: #09682C;
}
.BgClassName
{
background-color: #09682C;
}
</style>
border-color css
<style>
span { border-color: #09682C; }
span { border-color: rgb(9,104,44); }
td.TdClassName
{
border-color: #09682C;
}
.TagClassName
{
border-color: #09682C;
}
</style>