Shades of Crusoe #0F6718
Tints of Crusoe #0F6718
RGB
CMYK
RGB Variations
Color information
#0F6718 (or 0x0F6718) is known color: Crusoe. HEX triplet: 0F, 67 and 18. RGB value is (15,103,24). Sum of RGB (Red+Green+Blue) = 15+103+24=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 103 (40.62% from 255 or 72.54% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6718 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6718 is #F098E7. Grayscale: #434343. Windows color (decimal): -15767784 or 1599247. OLE color: 1599247.
HSL color Cylindrical-coordinate representation of color #0F6718: hue angle of 126.14º 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 #0F6718 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 24 | - |
| CMYK | 0.85 | 0 | 0.77 | 0.60 |
| HSL | 126.14º | 0.75% | 0.23% | - |
| HSV(B) | 126.14º | 0.85% | 0.4% | - |
| XYZ | 5.21 | 9.87 | 2.49 | - |
| YUV | 67.68 | 103.35 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 24 | 0.85 | 0 | 0.77 | 0.60 | 126.14 | 0.75 | 0.23 |
| Hex | F | 67 | 18 | 55 | 0 | 4D | 3C | 7E | 4B | 17 |
| Octal | 17 | 147 | 30 | 125 | 0 | 115 | 74 | 176 | 113 | 27 |
| Binary | 1111 | 1100111 | 11000 | 1010101 | 0 | 1001101 | 111100 | 1111110 | 1001011 | 10111 |
Color Harmonies of #0F6718
Complementary color
Monochromatic Colors of #0F6718
Black with #0F6718
Text Example
Text Example
White with #0F6718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F6718; }
p { color: rgb(15,103,24); }
H1.HeaderClassName
{
color: #0F6718;
}
.AnyTagClassName
{
color: #0F6718;
}
</style>
background-color css
<style>
a { background-color: #0F6718; }
a { background-color: rgb(15,103,24); }
div.DivClassName
{
background-color: #0F6718;
}
.BgClassName
{
background-color: #0F6718;
}
</style>
border-color css
<style>
span { border-color: #0F6718; }
span { border-color: rgb(15,103,24); }
td.TdClassName
{
border-color: #0F6718;
}
.TagClassName
{
border-color: #0F6718;
}
</style>