Shades of Crusoe #0F671D
Tints of Crusoe #0F671D
RGB
CMYK
RGB Variations
Color information
#0F671D (or 0x0F671D) is known color: Crusoe. HEX triplet: 0F, 67 and 1D. RGB value is (15,103,29). Sum of RGB (Red+Green+Blue) = 15+103+29=147 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.20% from 147); Green value is 103 (40.62% from 255 or 70.07% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 103 - color contains mainly: green. Hex color #0F671D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F671D is #F098E2. Grayscale: #444444. Windows color (decimal): -15767779 or 1926927. OLE color: 1926927.
HSL color Cylindrical-coordinate representation of color #0F671D: hue angle of 129.55º 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 #0F671D is Cyan = 0.85, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 15 | 103 | 29 | - |
| CMYK | 0.85 | 0 | 0.72 | 0.60 |
| HSL | 129.55º | 0.75% | 0.23% | - |
| HSV(B) | 129.55º | 0.85% | 0.4% | - |
| XYZ | 5.27 | 9.89 | 2.79 | - |
| YUV | 68.25 | 105.85 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 29 | 0.85 | 0 | 0.72 | 0.60 | 129.55 | 0.75 | 0.23 |
| Hex | F | 67 | 1D | 55 | 0 | 48 | 3C | 82 | 4B | 17 |
| Octal | 17 | 147 | 35 | 125 | 0 | 110 | 74 | 202 | 113 | 27 |
| Binary | 1111 | 1100111 | 11101 | 1010101 | 0 | 1001000 | 111100 | 10000010 | 1001011 | 10111 |
Color Harmonies of #0F671D
Complementary color
Monochromatic Colors of #0F671D
Black with #0F671D
Text Example
Text Example
White with #0F671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F671D; }
p { color: rgb(15,103,29); }
H1.HeaderClassName
{
color: #0F671D;
}
.AnyTagClassName
{
color: #0F671D;
}
</style>
background-color css
<style>
a { background-color: #0F671D; }
a { background-color: rgb(15,103,29); }
div.DivClassName
{
background-color: #0F671D;
}
.BgClassName
{
background-color: #0F671D;
}
</style>
border-color css
<style>
span { border-color: #0F671D; }
span { border-color: rgb(15,103,29); }
td.TdClassName
{
border-color: #0F671D;
}
.TagClassName
{
border-color: #0F671D;
}
</style>