Shades of Crusoe #08662B
Tints of Crusoe #08662B
RGB
CMYK
RGB Variations
Color information
#08662B (or 0x08662B) is known color: Crusoe. HEX triplet: 08, 66 and 2B. RGB value is (8,102,43). Sum of RGB (Red+Green+Blue) = 8+102+43=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 102 (40.23% from 255 or 66.67% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 102 - color contains mainly: green. Hex color #08662B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08662B is #F799D4. Grayscale: #434343. Windows color (decimal): -16226773 or 2844168. OLE color: 2844168.
HSL color Cylindrical-coordinate representation of color #08662B: hue angle of 142.34º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08662B is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 8 | 102 | 43 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.6 |
| HSL | 142.34º | 0.85% | 0.22% | - |
| HSV(B) | 142.34º | 0.92% | 0.4% | - |
| XYZ | 5.29 | 9.73 | 3.88 | - |
| YUV | 67.17 | 114.36 | 85.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 102 | 43 | 0.92 | 0 | 0.58 | 0.6 | 142.34 | 0.85 | 0.22 |
| Hex | 8 | 66 | 2B | 5C | 0 | 3A | 3C | 8E | 55 | 16 |
| Octal | 10 | 146 | 53 | 134 | 0 | 72 | 74 | 216 | 125 | 26 |
| Binary | 1000 | 1100110 | 101011 | 1011100 | 0 | 111010 | 111100 | 10001110 | 1010101 | 10110 |
Color Harmonies of #08662B
Complementary color
Monochromatic Colors of #08662B
Black with #08662B
Text Example
Text Example
White with #08662B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08662B; }
p { color: rgb(8,102,43); }
H1.HeaderClassName
{
color: #08662B;
}
.AnyTagClassName
{
color: #08662B;
}
</style>
background-color css
<style>
a { background-color: #08662B; }
a { background-color: rgb(8,102,43); }
div.DivClassName
{
background-color: #08662B;
}
.BgClassName
{
background-color: #08662B;
}
</style>
border-color css
<style>
span { border-color: #08662B; }
span { border-color: rgb(8,102,43); }
td.TdClassName
{
border-color: #08662B;
}
.TagClassName
{
border-color: #08662B;
}
</style>