Shades of Crusoe #0F6027
Tints of Crusoe #0F6027
RGB
CMYK
RGB Variations
Color information
#0F6027 (or 0x0F6027) is known color: Crusoe. HEX triplet: 0F, 60 and 27. RGB value is (15,96,39). Sum of RGB (Red+Green+Blue) = 15+96+39=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 96 (37.89% from 255 or 64% from 150); Blue value is 39 (15.62% from 255 or 26% from 150); Max value from RGB is 96 - color contains mainly: green. Hex color #0F6027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6027 is #F09FD8. Grayscale: #414141. Windows color (decimal): -15769561 or 2580495. OLE color: 2580495.
HSL color Cylindrical-coordinate representation of color #0F6027: hue angle of 137.78º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0F6027 is Cyan = 0.84, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 15 | 96 | 39 | - |
| CMYK | 0.84 | 0 | 0.59 | 0.62 |
| HSL | 137.78º | 0.73% | 0.22% | - |
| HSV(B) | 137.78º | 0.84% | 0.38% | - |
| XYZ | 4.75 | 8.61 | 3.33 | - |
| YUV | 65.28 | 113.16 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 96 | 39 | 0.84 | 0 | 0.59 | 0.62 | 137.78 | 0.73 | 0.22 |
| Hex | F | 60 | 27 | 54 | 0 | 3B | 3E | 8A | 49 | 16 |
| Octal | 17 | 140 | 47 | 124 | 0 | 73 | 76 | 212 | 111 | 26 |
| Binary | 1111 | 1100000 | 100111 | 1010100 | 0 | 111011 | 111110 | 10001010 | 1001001 | 10110 |
Color Harmonies of #0F6027
Complementary color
Monochromatic Colors of #0F6027
Black with #0F6027
Text Example
Text Example
White with #0F6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6027; }
p { color: rgb(15,96,39); }
H1.HeaderClassName
{
color: #0F6027;
}
.AnyTagClassName
{
color: #0F6027;
}
</style>
background-color css
<style>
a { background-color: #0F6027; }
a { background-color: rgb(15,96,39); }
div.DivClassName
{
background-color: #0F6027;
}
.BgClassName
{
background-color: #0F6027;
}
</style>
border-color css
<style>
span { border-color: #0F6027; }
span { border-color: rgb(15,96,39); }
td.TdClassName
{
border-color: #0F6027;
}
.TagClassName
{
border-color: #0F6027;
}
</style>