Shades of Crusoe #0F6117
Tints of Crusoe #0F6117
RGB
CMYK
RGB Variations
Color information
#0F6117 (or 0x0F6117) is known color: Crusoe. HEX triplet: 0F, 61 and 17. RGB value is (15,97,23). Sum of RGB (Red+Green+Blue) = 15+97+23=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 23 (9.38% from 255 or 17.04% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6117 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6117 is #F09EE8. Grayscale: #404040. Windows color (decimal): -15769321 or 1532175. OLE color: 1532175.
HSL color Cylindrical-coordinate representation of color #0F6117: hue angle of 125.85º 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 #0F6117 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 23 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.62 |
| HSL | 125.85º | 0.73% | 0.22% | - |
| HSV(B) | 125.85º | 0.85% | 0.38% | - |
| XYZ | 4.63 | 8.71 | 2.25 | - |
| YUV | 64.05 | 104.83 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 23 | 0.85 | 0 | 0.76 | 0.62 | 125.85 | 0.73 | 0.22 |
| Hex | F | 61 | 17 | 55 | 0 | 4C | 3E | 7E | 49 | 16 |
| Octal | 17 | 141 | 27 | 125 | 0 | 114 | 76 | 176 | 111 | 26 |
| Binary | 1111 | 1100001 | 10111 | 1010101 | 0 | 1001100 | 111110 | 1111110 | 1001001 | 10110 |
Color Harmonies of #0F6117
Complementary color
Monochromatic Colors of #0F6117
Black with #0F6117
Text Example
Text Example
White with #0F6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6117; }
p { color: rgb(15,97,23); }
H1.HeaderClassName
{
color: #0F6117;
}
.AnyTagClassName
{
color: #0F6117;
}
</style>
background-color css
<style>
a { background-color: #0F6117; }
a { background-color: rgb(15,97,23); }
div.DivClassName
{
background-color: #0F6117;
}
.BgClassName
{
background-color: #0F6117;
}
</style>
border-color css
<style>
span { border-color: #0F6117; }
span { border-color: rgb(15,97,23); }
td.TdClassName
{
border-color: #0F6117;
}
.TagClassName
{
border-color: #0F6117;
}
</style>