Shades of Crusoe #09702B
Tints of Crusoe #09702B
RGB
CMYK
RGB Variations
Color information
#09702B (or 0x09702B) is known color: Crusoe. HEX triplet: 09, 70 and 2B. RGB value is (9,112,43). Sum of RGB (Red+Green+Blue) = 9+112+43=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 112 (44.14% from 255 or 68.29% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 112 - color contains mainly: green. Hex color #09702B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09702B is #F68FD4. Grayscale: #494949. Windows color (decimal): -16158677 or 2846729. OLE color: 2846729.
HSL color Cylindrical-coordinate representation of color #09702B: hue angle of 139.81º 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 #09702B is Cyan = 0.92, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 9 | 112 | 43 | - |
| CMYK | 0.92 | 0 | 0.62 | 0.56 |
| HSL | 139.81º | 0.85% | 0.24% | - |
| HSV(B) | 139.81º | 0.92% | 0.44% | - |
| XYZ | 6.34 | 11.82 | 4.23 | - |
| YUV | 73.34 | 110.88 | 82.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 112 | 43 | 0.92 | 0 | 0.62 | 0.56 | 139.81 | 0.85 | 0.24 |
| Hex | 9 | 70 | 2B | 5C | 0 | 3E | 38 | 8C | 55 | 18 |
| Octal | 11 | 160 | 53 | 134 | 0 | 76 | 70 | 214 | 125 | 30 |
| Binary | 1001 | 1110000 | 101011 | 1011100 | 0 | 111110 | 111000 | 10001100 | 1010101 | 11000 |
Color Harmonies of #09702B
Complementary color
Monochromatic Colors of #09702B
Black with #09702B
Text Example
Text Example
White with #09702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09702B; }
p { color: rgb(9,112,43); }
H1.HeaderClassName
{
color: #09702B;
}
.AnyTagClassName
{
color: #09702B;
}
</style>
background-color css
<style>
a { background-color: #09702B; }
a { background-color: rgb(9,112,43); }
div.DivClassName
{
background-color: #09702B;
}
.BgClassName
{
background-color: #09702B;
}
</style>
border-color css
<style>
span { border-color: #09702B; }
span { border-color: rgb(9,112,43); }
td.TdClassName
{
border-color: #09702B;
}
.TagClassName
{
border-color: #09702B;
}
</style>