Shades of Crusoe #0F6223
Tints of Crusoe #0F6223
RGB
CMYK
RGB Variations
Color information
#0F6223 (or 0x0F6223) is known color: Crusoe. HEX triplet: 0F, 62 and 23. RGB value is (15,98,35). Sum of RGB (Red+Green+Blue) = 15+98+35=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 98 (38.67% from 255 or 66.22% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6223 is #F09DDC. Grayscale: #424242. Windows color (decimal): -15769053 or 2318863. OLE color: 2318863.
HSL color Cylindrical-coordinate representation of color #0F6223: hue angle of 134.46º 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 #0F6223 is Cyan = 0.85, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 35 | - |
| CMYK | 0.85 | 0 | 0.64 | 0.62 |
| HSL | 134.46º | 0.73% | 0.22% | - |
| HSV(B) | 134.46º | 0.85% | 0.38% | - |
| XYZ | 4.87 | 8.96 | 3.06 | - |
| YUV | 66 | 110.5 | 91.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 35 | 0.85 | 0 | 0.64 | 0.62 | 134.46 | 0.73 | 0.22 |
| Hex | F | 62 | 23 | 55 | 0 | 40 | 3E | 86 | 49 | 16 |
| Octal | 17 | 142 | 43 | 125 | 0 | 100 | 76 | 206 | 111 | 26 |
| Binary | 1111 | 1100010 | 100011 | 1010101 | 0 | 1000000 | 111110 | 10000110 | 1001001 | 10110 |
Color Harmonies of #0F6223
Complementary color
Monochromatic Colors of #0F6223
Black with #0F6223
Text Example
Text Example
White with #0F6223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6223; }
p { color: rgb(15,98,35); }
H1.HeaderClassName
{
color: #0F6223;
}
.AnyTagClassName
{
color: #0F6223;
}
</style>
background-color css
<style>
a { background-color: #0F6223; }
a { background-color: rgb(15,98,35); }
div.DivClassName
{
background-color: #0F6223;
}
.BgClassName
{
background-color: #0F6223;
}
</style>
border-color css
<style>
span { border-color: #0F6223; }
span { border-color: rgb(15,98,35); }
td.TdClassName
{
border-color: #0F6223;
}
.TagClassName
{
border-color: #0F6223;
}
</style>