Shades of Crusoe #09612F
Tints of Crusoe #09612F
RGB
CMYK
RGB Variations
Color information
#09612F (or 0x09612F) is known color: Crusoe. HEX triplet: 09, 61 and 2F. RGB value is (9,97,47). Sum of RGB (Red+Green+Blue) = 9+97+47=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 47 (18.75% from 255 or 30.72% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #09612F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #09612F is #F69ED0. Grayscale: #414141. Windows color (decimal): -16162513 or 3105033. OLE color: 3105033.
HSL color Cylindrical-coordinate representation of color #09612F: hue angle of 145.91º 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 #09612F is Cyan = 0.91, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 9 | 97 | 47 | - |
| CMYK | 0.91 | 0 | 0.52 | 0.62 |
| HSL | 145.91º | 0.83% | 0.21% | - |
| HSV(B) | 145.91º | 0.91% | 0.38% | - |
| XYZ | 4.9 | 8.81 | 4.13 | - |
| YUV | 64.99 | 117.85 | 88.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 97 | 47 | 0.91 | 0 | 0.52 | 0.62 | 145.91 | 0.83 | 0.21 |
| Hex | 9 | 61 | 2F | 5B | 0 | 34 | 3E | 92 | 53 | 15 |
| Octal | 11 | 141 | 57 | 133 | 0 | 64 | 76 | 222 | 123 | 25 |
| Binary | 1001 | 1100001 | 101111 | 1011011 | 0 | 110100 | 111110 | 10010010 | 1010011 | 10101 |
Color Harmonies of #09612F
Complementary color
Monochromatic Colors of #09612F
Black with #09612F
Text Example
Text Example
White with #09612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09612F; }
p { color: rgb(9,97,47); }
H1.HeaderClassName
{
color: #09612F;
}
.AnyTagClassName
{
color: #09612F;
}
</style>
background-color css
<style>
a { background-color: #09612F; }
a { background-color: rgb(9,97,47); }
div.DivClassName
{
background-color: #09612F;
}
.BgClassName
{
background-color: #09612F;
}
</style>
border-color css
<style>
span { border-color: #09612F; }
span { border-color: rgb(9,97,47); }
td.TdClassName
{
border-color: #09612F;
}
.TagClassName
{
border-color: #09612F;
}
</style>