Shades of Crusoe #08612C
Tints of Crusoe #08612C
RGB
CMYK
RGB Variations
Color information
#08612C (or 0x08612C) is known color: Crusoe. HEX triplet: 08, 61 and 2C. RGB value is (8,97,44). Sum of RGB (Red+Green+Blue) = 8+97+44=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 97 (38.28% from 255 or 65.10% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 97 - color contains mainly: green. Hex color #08612C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08612C is #F79ED3. Grayscale: #404040. Windows color (decimal): -16228052 or 2908424. OLE color: 2908424.
HSL color Cylindrical-coordinate representation of color #08612C: hue angle of 144.27º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08612C is Cyan = 0.92, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 8 | 97 | 44 | - |
| CMYK | 0.92 | 0 | 0.55 | 0.62 |
| HSL | 144.27º | 0.85% | 0.21% | - |
| HSV(B) | 144.27º | 0.92% | 0.38% | - |
| XYZ | 4.83 | 8.78 | 3.82 | - |
| YUV | 64.35 | 116.51 | 87.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 97 | 44 | 0.92 | 0 | 0.55 | 0.62 | 144.27 | 0.85 | 0.21 |
| Hex | 8 | 61 | 2C | 5C | 0 | 37 | 3E | 90 | 55 | 15 |
| Octal | 10 | 141 | 54 | 134 | 0 | 67 | 76 | 220 | 125 | 25 |
| Binary | 1000 | 1100001 | 101100 | 1011100 | 0 | 110111 | 111110 | 10010000 | 1010101 | 10101 |
Color Harmonies of #08612C
Complementary color
Monochromatic Colors of #08612C
Black with #08612C
Text Example
Text Example
White with #08612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08612C; }
p { color: rgb(8,97,44); }
H1.HeaderClassName
{
color: #08612C;
}
.AnyTagClassName
{
color: #08612C;
}
</style>
background-color css
<style>
a { background-color: #08612C; }
a { background-color: rgb(8,97,44); }
div.DivClassName
{
background-color: #08612C;
}
.BgClassName
{
background-color: #08612C;
}
</style>
border-color css
<style>
span { border-color: #08612C; }
span { border-color: rgb(8,97,44); }
td.TdClassName
{
border-color: #08612C;
}
.TagClassName
{
border-color: #08612C;
}
</style>