Shades of Crusoe #0F6220
Tints of Crusoe #0F6220
RGB
CMYK
RGB Variations
Color information
#0F6220 (or 0x0F6220) is known color: Crusoe. HEX triplet: 0F, 62 and 20. RGB value is (15,98,32). Sum of RGB (Red+Green+Blue) = 15+98+32=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 98 (38.67% from 255 or 67.59% from 145); Blue value is 32 (12.89% from 255 or 22.07% from 145); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6220 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6220 is #F09DDF. Grayscale: #414141. Windows color (decimal): -15769056 or 2122255. OLE color: 2122255.
HSL color Cylindrical-coordinate representation of color #0F6220: hue angle of 132.29º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6220 is Cyan = 0.85, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 32 | - |
| CMYK | 0.85 | 0 | 0.67 | 0.62 |
| HSL | 132.29º | 0.73% | 0.22% | - |
| HSV(B) | 132.29º | 0.85% | 0.38% | - |
| XYZ | 4.83 | 8.94 | 2.84 | - |
| YUV | 65.66 | 109 | 91.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 32 | 0.85 | 0 | 0.67 | 0.62 | 132.29 | 0.73 | 0.22 |
| Hex | F | 62 | 20 | 55 | 0 | 43 | 3E | 84 | 49 | 16 |
| Octal | 17 | 142 | 40 | 125 | 0 | 103 | 76 | 204 | 111 | 26 |
| Binary | 1111 | 1100010 | 100000 | 1010101 | 0 | 1000011 | 111110 | 10000100 | 1001001 | 10110 |
Color Harmonies of #0F6220
Complementary color
Monochromatic Colors of #0F6220
Black with #0F6220
Text Example
Text Example
White with #0F6220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6220; }
p { color: rgb(15,98,32); }
H1.HeaderClassName
{
color: #0F6220;
}
.AnyTagClassName
{
color: #0F6220;
}
</style>
background-color css
<style>
a { background-color: #0F6220; }
a { background-color: rgb(15,98,32); }
div.DivClassName
{
background-color: #0F6220;
}
.BgClassName
{
background-color: #0F6220;
}
</style>
border-color css
<style>
span { border-color: #0F6220; }
span { border-color: rgb(15,98,32); }
td.TdClassName
{
border-color: #0F6220;
}
.TagClassName
{
border-color: #0F6220;
}
</style>