Shades of Crusoe #0F611B
Tints of Crusoe #0F611B
RGB
CMYK
RGB Variations
Color information
#0F611B (or 0x0F611B) is known color: Crusoe. HEX triplet: 0F, 61 and 1B. RGB value is (15,97,27). Sum of RGB (Red+Green+Blue) = 15+97+27=139 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.79% from 139); Green value is 97 (38.28% from 255 or 69.78% from 139); Blue value is 27 (10.94% from 255 or 19.42% from 139); Max value from RGB is 97 - color contains mainly: green. Hex color #0F611B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F611B is #F09EE4. Grayscale: #404040. Windows color (decimal): -15769317 or 1794319. OLE color: 1794319.
HSL color Cylindrical-coordinate representation of color #0F611B: hue angle of 128.78º 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 #0F611B is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 27 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.62 |
| HSL | 128.78º | 0.73% | 0.22% | - |
| HSV(B) | 128.78º | 0.85% | 0.38% | - |
| XYZ | 4.67 | 8.73 | 2.48 | - |
| YUV | 64.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 27 | 0.85 | 0 | 0.72 | 0.62 | 128.78 | 0.73 | 0.22 |
| Hex | F | 61 | 1B | 55 | 0 | 48 | 3E | 81 | 49 | 16 |
| Octal | 17 | 141 | 33 | 125 | 0 | 110 | 76 | 201 | 111 | 26 |
| Binary | 1111 | 1100001 | 11011 | 1010101 | 0 | 1001000 | 111110 | 10000001 | 1001001 | 10110 |
Color Harmonies of #0F611B
Complementary color
Monochromatic Colors of #0F611B
Black with #0F611B
Text Example
Text Example
White with #0F611B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F611B; }
p { color: rgb(15,97,27); }
H1.HeaderClassName
{
color: #0F611B;
}
.AnyTagClassName
{
color: #0F611B;
}
</style>
background-color css
<style>
a { background-color: #0F611B; }
a { background-color: rgb(15,97,27); }
div.DivClassName
{
background-color: #0F611B;
}
.BgClassName
{
background-color: #0F611B;
}
</style>
border-color css
<style>
span { border-color: #0F611B; }
span { border-color: rgb(15,97,27); }
td.TdClassName
{
border-color: #0F611B;
}
.TagClassName
{
border-color: #0F611B;
}
</style>