Shades of Crusoe #08681D
Tints of Crusoe #08681D
RGB
CMYK
RGB Variations
Color information
#08681D (or 0x08681D) is known color: Crusoe. HEX triplet: 08, 68 and 1D. RGB value is (8,104,29). Sum of RGB (Red+Green+Blue) = 8+104+29=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 104 (41.02% from 255 or 73.76% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 104 - color contains mainly: green. Hex color #08681D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08681D is #F797E2. Grayscale: #424242. Windows color (decimal): -16226275 or 1927176. OLE color: 1927176.
HSL color Cylindrical-coordinate representation of color #08681D: hue angle of 133.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08681D is Cyan = 0.92, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 104 | 29 | - |
| CMYK | 0.92 | 0 | 0.72 | 0.59 |
| HSL | 133.13º | 0.86% | 0.22% | - |
| HSV(B) | 133.13º | 0.92% | 0.41% | - |
| XYZ | 5.27 | 10.04 | 2.82 | - |
| YUV | 66.75 | 106.7 | 86.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 104 | 29 | 0.92 | 0 | 0.72 | 0.59 | 133.13 | 0.86 | 0.22 |
| Hex | 8 | 68 | 1D | 5C | 0 | 48 | 3B | 85 | 56 | 16 |
| Octal | 10 | 150 | 35 | 134 | 0 | 110 | 73 | 205 | 126 | 26 |
| Binary | 1000 | 1101000 | 11101 | 1011100 | 0 | 1001000 | 111011 | 10000101 | 1010110 | 10110 |
Color Harmonies of #08681D
Complementary color
Monochromatic Colors of #08681D
Black with #08681D
Text Example
Text Example
White with #08681D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08681D; }
p { color: rgb(8,104,29); }
H1.HeaderClassName
{
color: #08681D;
}
.AnyTagClassName
{
color: #08681D;
}
</style>
background-color css
<style>
a { background-color: #08681D; }
a { background-color: rgb(8,104,29); }
div.DivClassName
{
background-color: #08681D;
}
.BgClassName
{
background-color: #08681D;
}
</style>
border-color css
<style>
span { border-color: #08681D; }
span { border-color: rgb(8,104,29); }
td.TdClassName
{
border-color: #08681D;
}
.TagClassName
{
border-color: #08681D;
}
</style>