Shades of Crusoe #09702C
Tints of Crusoe #09702C
RGB
CMYK
RGB Variations
Color information
#09702C (or 0x09702C) is known color: Crusoe. HEX triplet: 09, 70 and 2C. RGB value is (9,112,44). Sum of RGB (Red+Green+Blue) = 9+112+44=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 112 (44.14% from 255 or 67.88% from 165); Blue value is 44 (17.58% from 255 or 26.67% from 165); Max value from RGB is 112 - color contains mainly: green. Hex color #09702C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702C is #F68FD3. Grayscale: #494949. Windows color (decimal): -16158676 or 2912265. OLE color: 2912265.
HSL color Cylindrical-coordinate representation of color #09702C: hue angle of 140.39º 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 #09702C is Cyan = 0.92, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 44 | - |
| CMYK | 0.92 | 0 | 0.61 | 0.56 |
| HSL | 140.39º | 0.85% | 0.24% | - |
| HSV(B) | 140.39º | 0.92% | 0.44% | - |
| XYZ | 6.36 | 11.83 | 4.33 | - |
| YUV | 73.45 | 111.38 | 82.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 44 | 0.92 | 0 | 0.61 | 0.56 | 140.39 | 0.85 | 0.24 |
| Hex | 9 | 70 | 2C | 5C | 0 | 3D | 38 | 8C | 55 | 18 |
| Octal | 11 | 160 | 54 | 134 | 0 | 75 | 70 | 214 | 125 | 30 |
| Binary | 1001 | 1110000 | 101100 | 1011100 | 0 | 111101 | 111000 | 10001100 | 1010101 | 11000 |
Color Harmonies of #09702C
Complementary color
Monochromatic Colors of #09702C
Black with #09702C
Text Example
Text Example
White with #09702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09702C; }
p { color: rgb(9,112,44); }
H1.HeaderClassName
{
color: #09702C;
}
.AnyTagClassName
{
color: #09702C;
}
</style>
background-color css
<style>
a { background-color: #09702C; }
a { background-color: rgb(9,112,44); }
div.DivClassName
{
background-color: #09702C;
}
.BgClassName
{
background-color: #09702C;
}
</style>
border-color css
<style>
span { border-color: #09702C; }
span { border-color: rgb(9,112,44); }
td.TdClassName
{
border-color: #09702C;
}
.TagClassName
{
border-color: #09702C;
}
</style>