Shades of Crusoe #0F6227
Tints of Crusoe #0F6227
RGB
CMYK
RGB Variations
Color information
#0F6227 (or 0x0F6227) is known color: Crusoe. HEX triplet: 0F, 62 and 27. RGB value is (15,98,39). Sum of RGB (Red+Green+Blue) = 15+98+39=152 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.87% from 152); Green value is 98 (38.67% from 255 or 64.47% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6227 is #F09DD8. Grayscale: #424242. Windows color (decimal): -15769049 or 2581007. OLE color: 2581007.
HSL color Cylindrical-coordinate representation of color #0F6227: hue angle of 137.35º 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 #0F6227 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 39 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.62 |
| HSL | 137.35º | 0.73% | 0.22% | - |
| HSV(B) | 137.35º | 0.85% | 0.38% | - |
| XYZ | 4.93 | 8.98 | 3.39 | - |
| YUV | 66.46 | 112.5 | 91.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 39 | 0.85 | 0 | 0.60 | 0.62 | 137.35 | 0.73 | 0.22 |
| Hex | F | 62 | 27 | 55 | 0 | 3C | 3E | 89 | 49 | 16 |
| Octal | 17 | 142 | 47 | 125 | 0 | 74 | 76 | 211 | 111 | 26 |
| Binary | 1111 | 1100010 | 100111 | 1010101 | 0 | 111100 | 111110 | 10001001 | 1001001 | 10110 |
Color Harmonies of #0F6227
Complementary color
Monochromatic Colors of #0F6227
Black with #0F6227
Text Example
Text Example
White with #0F6227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6227; }
p { color: rgb(15,98,39); }
H1.HeaderClassName
{
color: #0F6227;
}
.AnyTagClassName
{
color: #0F6227;
}
</style>
background-color css
<style>
a { background-color: #0F6227; }
a { background-color: rgb(15,98,39); }
div.DivClassName
{
background-color: #0F6227;
}
.BgClassName
{
background-color: #0F6227;
}
</style>
border-color css
<style>
span { border-color: #0F6227; }
span { border-color: rgb(15,98,39); }
td.TdClassName
{
border-color: #0F6227;
}
.TagClassName
{
border-color: #0F6227;
}
</style>