Shades of Crusoe #09692D
Tints of Crusoe #09692D
RGB
CMYK
RGB Variations
Color information
#09692D (or 0x09692D) is known color: Crusoe. HEX triplet: 09, 69 and 2D. RGB value is (9,105,45). Sum of RGB (Red+Green+Blue) = 9+105+45=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 105 (41.41% from 255 or 66.04% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 105 - color contains mainly: green. Hex color #09692D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09692D is #F696D2. Grayscale: #454545. Windows color (decimal): -16160467 or 2976009. OLE color: 2976009.
HSL color Cylindrical-coordinate representation of color #09692D: hue angle of 142.5º 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 #09692D is Cyan = 0.91, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 45 | - |
| CMYK | 0.91 | 0 | 0.57 | 0.59 |
| HSL | 142.5º | 0.84% | 0.22% | - |
| HSV(B) | 142.5º | 0.91% | 0.41% | - |
| XYZ | 5.64 | 10.35 | 4.18 | - |
| YUV | 69.46 | 114.2 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 45 | 0.91 | 0 | 0.57 | 0.59 | 142.5 | 0.84 | 0.22 |
| Hex | 9 | 69 | 2D | 5B | 0 | 39 | 3B | 8E | 54 | 16 |
| Octal | 11 | 151 | 55 | 133 | 0 | 71 | 73 | 216 | 124 | 26 |
| Binary | 1001 | 1101001 | 101101 | 1011011 | 0 | 111001 | 111011 | 10001110 | 1010100 | 10110 |
Color Harmonies of #09692D
Complementary color
Monochromatic Colors of #09692D
Black with #09692D
Text Example
Text Example
White with #09692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09692D; }
p { color: rgb(9,105,45); }
H1.HeaderClassName
{
color: #09692D;
}
.AnyTagClassName
{
color: #09692D;
}
</style>
background-color css
<style>
a { background-color: #09692D; }
a { background-color: rgb(9,105,45); }
div.DivClassName
{
background-color: #09692D;
}
.BgClassName
{
background-color: #09692D;
}
</style>
border-color css
<style>
span { border-color: #09692D; }
span { border-color: rgb(9,105,45); }
td.TdClassName
{
border-color: #09692D;
}
.TagClassName
{
border-color: #09692D;
}
</style>