Shades of Crusoe #0F6720
Tints of Crusoe #0F6720
RGB
CMYK
RGB Variations
Color information
#0F6720 (or 0x0F6720) is known color: Crusoe. HEX triplet: 0F, 67 and 20. RGB value is (15,103,32). Sum of RGB (Red+Green+Blue) = 15+103+32=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 103 (40.62% from 255 or 68.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6720 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6720 is #F098DF. Grayscale: #444444. Windows color (decimal): -15767776 or 2123535. OLE color: 2123535.
HSL color Cylindrical-coordinate representation of color #0F6720: hue angle of 131.59º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6720 is Cyan = 0.85, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 32 | - |
| CMYK | 0.85 | 0 | 0.69 | 0.60 |
| HSL | 131.59º | 0.75% | 0.23% | - |
| HSV(B) | 131.59º | 0.85% | 0.4% | - |
| XYZ | 5.31 | 9.91 | 3 | - |
| YUV | 68.59 | 107.35 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 32 | 0.85 | 0 | 0.69 | 0.60 | 131.59 | 0.75 | 0.23 |
| Hex | F | 67 | 20 | 55 | 0 | 45 | 3C | 84 | 4B | 17 |
| Octal | 17 | 147 | 40 | 125 | 0 | 105 | 74 | 204 | 113 | 27 |
| Binary | 1111 | 1100111 | 100000 | 1010101 | 0 | 1000101 | 111100 | 10000100 | 1001011 | 10111 |
Color Harmonies of #0F6720
Complementary color
Monochromatic Colors of #0F6720
Black with #0F6720
Text Example
Text Example
White with #0F6720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6720; }
p { color: rgb(15,103,32); }
H1.HeaderClassName
{
color: #0F6720;
}
.AnyTagClassName
{
color: #0F6720;
}
</style>
background-color css
<style>
a { background-color: #0F6720; }
a { background-color: rgb(15,103,32); }
div.DivClassName
{
background-color: #0F6720;
}
.BgClassName
{
background-color: #0F6720;
}
</style>
border-color css
<style>
span { border-color: #0F6720; }
span { border-color: rgb(15,103,32); }
td.TdClassName
{
border-color: #0F6720;
}
.TagClassName
{
border-color: #0F6720;
}
</style>