Shades of Crusoe #0F6116
Tints of Crusoe #0F6116
RGB
CMYK
RGB Variations
Color information
#0F6116 (or 0x0F6116) is known color: Crusoe. HEX triplet: 0F, 61 and 16. RGB value is (15,97,22). Sum of RGB (Red+Green+Blue) = 15+97+22=134 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.19% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6116 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6116 is #F09EE9. Grayscale: #404040. Windows color (decimal): -15769322 or 1466639. OLE color: 1466639.
HSL color Cylindrical-coordinate representation of color #0F6116: hue angle of 125.12º 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 #0F6116 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 22 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.62 |
| HSL | 125.12º | 0.73% | 0.22% | - |
| HSV(B) | 125.12º | 0.85% | 0.38% | - |
| XYZ | 4.62 | 8.71 | 2.2 | - |
| YUV | 63.93 | 104.33 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 22 | 0.85 | 0 | 0.77 | 0.62 | 125.12 | 0.73 | 0.22 |
| Hex | F | 61 | 16 | 55 | 0 | 4D | 3E | 7D | 49 | 16 |
| Octal | 17 | 141 | 26 | 125 | 0 | 115 | 76 | 175 | 111 | 26 |
| Binary | 1111 | 1100001 | 10110 | 1010101 | 0 | 1001101 | 111110 | 1111101 | 1001001 | 10110 |
Color Harmonies of #0F6116
Complementary color
Monochromatic Colors of #0F6116
Black with #0F6116
Text Example
Text Example
White with #0F6116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6116; }
p { color: rgb(15,97,22); }
H1.HeaderClassName
{
color: #0F6116;
}
.AnyTagClassName
{
color: #0F6116;
}
</style>
background-color css
<style>
a { background-color: #0F6116; }
a { background-color: rgb(15,97,22); }
div.DivClassName
{
background-color: #0F6116;
}
.BgClassName
{
background-color: #0F6116;
}
</style>
border-color css
<style>
span { border-color: #0F6116; }
span { border-color: rgb(15,97,22); }
td.TdClassName
{
border-color: #0F6116;
}
.TagClassName
{
border-color: #0F6116;
}
</style>