Shades of Crusoe #0F6127
Tints of Crusoe #0F6127
RGB
CMYK
RGB Variations
Color information
#0F6127 (or 0x0F6127) is known color: Crusoe. HEX triplet: 0F, 61 and 27. RGB value is (15,97,39). Sum of RGB (Red+Green+Blue) = 15+97+39=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 97 (38.28% from 255 or 64.24% from 151); Blue value is 39 (15.62% from 255 or 25.83% from 151); Max value from RGB is 97 - color contains mainly: green. Hex color #0F6127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6127 is #F09ED8. Grayscale: #424242. Windows color (decimal): -15769305 or 2580751. OLE color: 2580751.
HSL color Cylindrical-coordinate representation of color #0F6127: hue angle of 137.56º 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 #0F6127 is Cyan = 0.85, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 97 | 39 | - |
| CMYK | 0.85 | 0 | 0.60 | 0.62 |
| HSL | 137.56º | 0.73% | 0.22% | - |
| HSV(B) | 137.56º | 0.85% | 0.38% | - |
| XYZ | 4.84 | 8.8 | 3.36 | - |
| YUV | 65.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 97 | 39 | 0.85 | 0 | 0.60 | 0.62 | 137.56 | 0.73 | 0.22 |
| Hex | F | 61 | 27 | 55 | 0 | 3C | 3E | 8A | 49 | 16 |
| Octal | 17 | 141 | 47 | 125 | 0 | 74 | 76 | 212 | 111 | 26 |
| Binary | 1111 | 1100001 | 100111 | 1010101 | 0 | 111100 | 111110 | 10001010 | 1001001 | 10110 |
Color Harmonies of #0F6127
Complementary color
Monochromatic Colors of #0F6127
Black with #0F6127
Text Example
Text Example
White with #0F6127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6127; }
p { color: rgb(15,97,39); }
H1.HeaderClassName
{
color: #0F6127;
}
.AnyTagClassName
{
color: #0F6127;
}
</style>
background-color css
<style>
a { background-color: #0F6127; }
a { background-color: rgb(15,97,39); }
div.DivClassName
{
background-color: #0F6127;
}
.BgClassName
{
background-color: #0F6127;
}
</style>
border-color css
<style>
span { border-color: #0F6127; }
span { border-color: rgb(15,97,39); }
td.TdClassName
{
border-color: #0F6127;
}
.TagClassName
{
border-color: #0F6127;
}
</style>