Shades of Crusoe #0F682E
Tints of Crusoe #0F682E
RGB
CMYK
RGB Variations
Color information
#0F682E (or 0x0F682E) is known color: Crusoe. HEX triplet: 0F, 68 and 2E. RGB value is (15,104,46). Sum of RGB (Red+Green+Blue) = 15+104+46=165 (21% of max value = 765). Red value is 15 (6.25% from 255 or 9.09% from 165); Green value is 104 (41.02% from 255 or 63.03% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 104 - color contains mainly: green. Hex color #0F682E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F682E is #F097D1. Grayscale: #464646. Windows color (decimal): -15767506 or 3041295. OLE color: 3041295.
HSL color Cylindrical-coordinate representation of color #0F682E: hue angle of 140.9º 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 #0F682E is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 15 | 104 | 46 | - |
| CMYK | 0.86 | 0 | 0.56 | 0.59 |
| HSL | 140.9º | 0.75% | 0.23% | - |
| HSV(B) | 140.9º | 0.86% | 0.41% | - |
| XYZ | 5.64 | 10.2 | 4.26 | - |
| YUV | 70.78 | 114.01 | 88.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 104 | 46 | 0.86 | 0 | 0.56 | 0.59 | 140.9 | 0.75 | 0.23 |
| Hex | F | 68 | 2E | 56 | 0 | 38 | 3B | 8D | 4B | 17 |
| Octal | 17 | 150 | 56 | 126 | 0 | 70 | 73 | 215 | 113 | 27 |
| Binary | 1111 | 1101000 | 101110 | 1010110 | 0 | 111000 | 111011 | 10001101 | 1001011 | 10111 |
Color Harmonies of #0F682E
Complementary color
Monochromatic Colors of #0F682E
Black with #0F682E
Text Example
Text Example
White with #0F682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F682E; }
p { color: rgb(15,104,46); }
H1.HeaderClassName
{
color: #0F682E;
}
.AnyTagClassName
{
color: #0F682E;
}
</style>
background-color css
<style>
a { background-color: #0F682E; }
a { background-color: rgb(15,104,46); }
div.DivClassName
{
background-color: #0F682E;
}
.BgClassName
{
background-color: #0F682E;
}
</style>
border-color css
<style>
span { border-color: #0F682E; }
span { border-color: rgb(15,104,46); }
td.TdClassName
{
border-color: #0F682E;
}
.TagClassName
{
border-color: #0F682E;
}
</style>