Shades of Crusoe #0F681D
Tints of Crusoe #0F681D
RGB
CMYK
RGB Variations
Color information
#0F681D (or 0x0F681D) is known color: Crusoe. HEX triplet: 0F, 68 and 1D. RGB value is (15,104,29). Sum of RGB (Red+Green+Blue) = 15+104+29=148 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.14% from 148); Green value is 104 (41.02% from 255 or 70.27% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 104 - color contains mainly: green. Hex color #0F681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F681D is #F097E2. Grayscale: #454545. Windows color (decimal): -15767523 or 1927183. OLE color: 1927183.
HSL color Cylindrical-coordinate representation of color #0F681D: hue angle of 129.44º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F681D is Cyan = 0.86, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 29 | - |
| CMYK | 0.86 | 0 | 0.72 | 0.59 |
| HSL | 129.44º | 0.75% | 0.23% | - |
| HSV(B) | 129.44º | 0.86% | 0.41% | - |
| XYZ | 5.37 | 10.09 | 2.83 | - |
| YUV | 68.84 | 105.51 | 89.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 29 | 0.86 | 0 | 0.72 | 0.59 | 129.44 | 0.75 | 0.23 |
| Hex | F | 68 | 1D | 56 | 0 | 48 | 3B | 81 | 4B | 17 |
| Octal | 17 | 150 | 35 | 126 | 0 | 110 | 73 | 201 | 113 | 27 |
| Binary | 1111 | 1101000 | 11101 | 1010110 | 0 | 1001000 | 111011 | 10000001 | 1001011 | 10111 |
Color Harmonies of #0F681D
Complementary color
Monochromatic Colors of #0F681D
Black with #0F681D
Text Example
Text Example
White with #0F681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F681D; }
p { color: rgb(15,104,29); }
H1.HeaderClassName
{
color: #0F681D;
}
.AnyTagClassName
{
color: #0F681D;
}
</style>
background-color css
<style>
a { background-color: #0F681D; }
a { background-color: rgb(15,104,29); }
div.DivClassName
{
background-color: #0F681D;
}
.BgClassName
{
background-color: #0F681D;
}
</style>
border-color css
<style>
span { border-color: #0F681D; }
span { border-color: rgb(15,104,29); }
td.TdClassName
{
border-color: #0F681D;
}
.TagClassName
{
border-color: #0F681D;
}
</style>