Shades of Crusoe #0F6216
Tints of Crusoe #0F6216
RGB
CMYK
RGB Variations
Color information
#0F6216 (or 0x0F6216) is known color: Crusoe. HEX triplet: 0F, 62 and 16. RGB value is (15,98,22). Sum of RGB (Red+Green+Blue) = 15+98+22=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #0F6216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6216 is #F09DE9. Grayscale: #404040. Windows color (decimal): -15769066 or 1466895. OLE color: 1466895.
HSL color Cylindrical-coordinate representation of color #0F6216: hue angle of 125.06º 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 #0F6216 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 98 | 22 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.62 |
| HSL | 125.06º | 0.73% | 0.22% | - |
| HSV(B) | 125.06º | 0.85% | 0.38% | - |
| XYZ | 4.71 | 8.89 | 2.23 | - |
| YUV | 64.52 | 104 | 92.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 98 | 22 | 0.85 | 0 | 0.78 | 0.62 | 125.06 | 0.73 | 0.22 |
| Hex | F | 62 | 16 | 55 | 0 | 4E | 3E | 7D | 49 | 16 |
| Octal | 17 | 142 | 26 | 125 | 0 | 116 | 76 | 175 | 111 | 26 |
| Binary | 1111 | 1100010 | 10110 | 1010101 | 0 | 1001110 | 111110 | 1111101 | 1001001 | 10110 |
Color Harmonies of #0F6216
Complementary color
Monochromatic Colors of #0F6216
Black with #0F6216
Text Example
Text Example
White with #0F6216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6216; }
p { color: rgb(15,98,22); }
H1.HeaderClassName
{
color: #0F6216;
}
.AnyTagClassName
{
color: #0F6216;
}
</style>
background-color css
<style>
a { background-color: #0F6216; }
a { background-color: rgb(15,98,22); }
div.DivClassName
{
background-color: #0F6216;
}
.BgClassName
{
background-color: #0F6216;
}
</style>
border-color css
<style>
span { border-color: #0F6216; }
span { border-color: rgb(15,98,22); }
td.TdClassName
{
border-color: #0F6216;
}
.TagClassName
{
border-color: #0F6216;
}
</style>