Shades of Crusoe #09612B
Tints of Crusoe #09612B
RGB
CMYK
RGB Variations
Color information
#09612B (or 0x09612B) is known color: Crusoe. HEX triplet: 09, 61 and 2B. RGB value is (9,97,43). Sum of RGB (Red+Green+Blue) = 9+97+43=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 43 (17.19% from 255 or 28.86% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #09612B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09612B is #F69ED4. Grayscale: #404040. Windows color (decimal): -16162517 or 2842889. OLE color: 2842889.
HSL color Cylindrical-coordinate representation of color #09612B: hue angle of 143.18º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09612B is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 43 | - |
| CMYK | 0.91 | 0 | 0.56 | 0.62 |
| HSL | 143.18º | 0.83% | 0.21% | - |
| HSV(B) | 143.18º | 0.91% | 0.38% | - |
| XYZ | 4.82 | 8.78 | 3.73 | - |
| YUV | 64.53 | 115.85 | 88.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 43 | 0.91 | 0 | 0.56 | 0.62 | 143.18 | 0.83 | 0.21 |
| Hex | 9 | 61 | 2B | 5B | 0 | 38 | 3E | 8F | 53 | 15 |
| Octal | 11 | 141 | 53 | 133 | 0 | 70 | 76 | 217 | 123 | 25 |
| Binary | 1001 | 1100001 | 101011 | 1011011 | 0 | 111000 | 111110 | 10001111 | 1010011 | 10101 |
Color Harmonies of #09612B
Complementary color
Monochromatic Colors of #09612B
Black with #09612B
Text Example
Text Example
White with #09612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09612B; }
p { color: rgb(9,97,43); }
H1.HeaderClassName
{
color: #09612B;
}
.AnyTagClassName
{
color: #09612B;
}
</style>
background-color css
<style>
a { background-color: #09612B; }
a { background-color: rgb(9,97,43); }
div.DivClassName
{
background-color: #09612B;
}
.BgClassName
{
background-color: #09612B;
}
</style>
border-color css
<style>
span { border-color: #09612B; }
span { border-color: rgb(9,97,43); }
td.TdClassName
{
border-color: #09612B;
}
.TagClassName
{
border-color: #09612B;
}
</style>