Shades of Crusoe #09702A
Tints of Crusoe #09702A
RGB
CMYK
RGB Variations
Color information
#09702A (or 0x09702A) is known color: Crusoe. HEX triplet: 09, 70 and 2A. RGB value is (9,112,42). Sum of RGB (Red+Green+Blue) = 9+112+42=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 112 (44.14% from 255 or 68.71% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 112 - color contains mainly: green. Hex color #09702A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702A is #F68FD5. Grayscale: #494949. Windows color (decimal): -16158678 or 2781193. OLE color: 2781193.
HSL color Cylindrical-coordinate representation of color #09702A: hue angle of 139.22º 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 #09702A is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 42 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.56 |
| HSL | 139.22º | 0.85% | 0.24% | - |
| HSV(B) | 139.22º | 0.92% | 0.44% | - |
| XYZ | 6.32 | 11.81 | 4.14 | - |
| YUV | 73.22 | 110.38 | 82.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 42 | 0.92 | 0 | 0.62 | 0.56 | 139.22 | 0.85 | 0.24 |
| Hex | 9 | 70 | 2A | 5C | 0 | 3E | 38 | 8B | 55 | 18 |
| Octal | 11 | 160 | 52 | 134 | 0 | 76 | 70 | 213 | 125 | 30 |
| Binary | 1001 | 1110000 | 101010 | 1011100 | 0 | 111110 | 111000 | 10001011 | 1010101 | 11000 |
Color Harmonies of #09702A
Complementary color
Monochromatic Colors of #09702A
Black with #09702A
Text Example
Text Example
White with #09702A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09702A; }
p { color: rgb(9,112,42); }
H1.HeaderClassName
{
color: #09702A;
}
.AnyTagClassName
{
color: #09702A;
}
</style>
background-color css
<style>
a { background-color: #09702A; }
a { background-color: rgb(9,112,42); }
div.DivClassName
{
background-color: #09702A;
}
.BgClassName
{
background-color: #09702A;
}
</style>
border-color css
<style>
span { border-color: #09702A; }
span { border-color: rgb(9,112,42); }
td.TdClassName
{
border-color: #09702A;
}
.TagClassName
{
border-color: #09702A;
}
</style>