Shades of Crusoe #09702E
Tints of Crusoe #09702E
RGB
CMYK
RGB Variations
Color information
#09702E (or 0x09702E) is known color: Crusoe. HEX triplet: 09, 70 and 2E. RGB value is (9,112,46). Sum of RGB (Red+Green+Blue) = 9+112+46=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 112 (44.14% from 255 or 67.07% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 112 - color contains mainly: green. Hex color #09702E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702E is #F68FD1. Grayscale: #494949. Windows color (decimal): -16158674 or 3043337. OLE color: 3043337.
HSL color Cylindrical-coordinate representation of color #09702E: hue angle of 141.55º 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 #09702E is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 46 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.56 |
| HSL | 141.55º | 0.85% | 0.24% | - |
| HSV(B) | 141.55º | 0.92% | 0.44% | - |
| XYZ | 6.4 | 11.84 | 4.53 | - |
| YUV | 73.68 | 112.38 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 46 | 0.92 | 0 | 0.59 | 0.56 | 141.55 | 0.85 | 0.24 |
| Hex | 9 | 70 | 2E | 5C | 0 | 3B | 38 | 8E | 55 | 18 |
| Octal | 11 | 160 | 56 | 134 | 0 | 73 | 70 | 216 | 125 | 30 |
| Binary | 1001 | 1110000 | 101110 | 1011100 | 0 | 111011 | 111000 | 10001110 | 1010101 | 11000 |
Color Harmonies of #09702E
Complementary color
Monochromatic Colors of #09702E
Black with #09702E
Text Example
Text Example
White with #09702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09702E; }
p { color: rgb(9,112,46); }
H1.HeaderClassName
{
color: #09702E;
}
.AnyTagClassName
{
color: #09702E;
}
</style>
background-color css
<style>
a { background-color: #09702E; }
a { background-color: rgb(9,112,46); }
div.DivClassName
{
background-color: #09702E;
}
.BgClassName
{
background-color: #09702E;
}
</style>
border-color css
<style>
span { border-color: #09702E; }
span { border-color: rgb(9,112,46); }
td.TdClassName
{
border-color: #09702E;
}
.TagClassName
{
border-color: #09702E;
}
</style>