Shades of Crusoe #08691C
Tints of Crusoe #08691C
RGB
CMYK
RGB Variations
Color information
#08691C (or 0x08691C) is known color: Crusoe. HEX triplet: 08, 69 and 1C. RGB value is (8,105,28). Sum of RGB (Red+Green+Blue) = 8+105+28=141 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.67% from 141); Green value is 105 (41.41% from 255 or 74.47% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 105 - color contains mainly: green. Hex color #08691C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08691C is #F796E3. Grayscale: #434343. Windows color (decimal): -16226020 or 1861896. OLE color: 1861896.
HSL color Cylindrical-coordinate representation of color #08691C: hue angle of 132.37º 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 #08691C is Cyan = 0.92, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 8 | 105 | 28 | - |
| CMYK | 0.92 | 0 | 0.73 | 0.59 |
| HSL | 132.37º | 0.86% | 0.22% | - |
| HSV(B) | 132.37º | 0.92% | 0.41% | - |
| XYZ | 5.36 | 10.24 | 2.79 | - |
| YUV | 67.22 | 105.86 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 105 | 28 | 0.92 | 0 | 0.73 | 0.59 | 132.37 | 0.86 | 0.22 |
| Hex | 8 | 69 | 1C | 5C | 0 | 49 | 3B | 84 | 56 | 16 |
| Octal | 10 | 151 | 34 | 134 | 0 | 111 | 73 | 204 | 126 | 26 |
| Binary | 1000 | 1101001 | 11100 | 1011100 | 0 | 1001001 | 111011 | 10000100 | 1010110 | 10110 |
Color Harmonies of #08691C
Complementary color
Monochromatic Colors of #08691C
Black with #08691C
Text Example
Text Example
White with #08691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08691C; }
p { color: rgb(8,105,28); }
H1.HeaderClassName
{
color: #08691C;
}
.AnyTagClassName
{
color: #08691C;
}
</style>
background-color css
<style>
a { background-color: #08691C; }
a { background-color: rgb(8,105,28); }
div.DivClassName
{
background-color: #08691C;
}
.BgClassName
{
background-color: #08691C;
}
</style>
border-color css
<style>
span { border-color: #08691C; }
span { border-color: rgb(8,105,28); }
td.TdClassName
{
border-color: #08691C;
}
.TagClassName
{
border-color: #08691C;
}
</style>