Shades of Crusoe #09692E
Tints of Crusoe #09692E
RGB
CMYK
RGB Variations
Color information
#09692E (or 0x09692E) is known color: Crusoe. HEX triplet: 09, 69 and 2E. RGB value is (9,105,46). Sum of RGB (Red+Green+Blue) = 9+105+46=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 105 (41.41% from 255 or 65.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 105 - color contains mainly: green. Hex color #09692E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09692E is #F696D1. Grayscale: #454545. Windows color (decimal): -16160466 or 3041545. OLE color: 3041545.
HSL color Cylindrical-coordinate representation of color #09692E: hue angle of 143.12º 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 #09692E is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 9 | 105 | 46 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.59 |
| HSL | 143.13º | 0.84% | 0.22% | - |
| HSV(B) | 143.13º | 0.91% | 0.41% | - |
| XYZ | 5.66 | 10.36 | 4.29 | - |
| YUV | 69.57 | 114.7 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 105 | 46 | 0.91 | 0 | 0.56 | 0.59 | 143.13 | 0.84 | 0.22 |
| Hex | 9 | 69 | 2E | 5B | 0 | 38 | 3B | 8F | 54 | 16 |
| Octal | 11 | 151 | 56 | 133 | 0 | 70 | 73 | 217 | 124 | 26 |
| Binary | 1001 | 1101001 | 101110 | 1011011 | 0 | 111000 | 111011 | 10001111 | 1010100 | 10110 |
Color Harmonies of #09692E
Complementary color
Monochromatic Colors of #09692E
Black with #09692E
Text Example
Text Example
White with #09692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09692E; }
p { color: rgb(9,105,46); }
H1.HeaderClassName
{
color: #09692E;
}
.AnyTagClassName
{
color: #09692E;
}
</style>
background-color css
<style>
a { background-color: #09692E; }
a { background-color: rgb(9,105,46); }
div.DivClassName
{
background-color: #09692E;
}
.BgClassName
{
background-color: #09692E;
}
</style>
border-color css
<style>
span { border-color: #09692E; }
span { border-color: rgb(9,105,46); }
td.TdClassName
{
border-color: #09692E;
}
.TagClassName
{
border-color: #09692E;
}
</style>