Shades of Crusoe #08672B
Tints of Crusoe #08672B
RGB
CMYK
RGB Variations
Color information
#08672B (or 0x08672B) is known color: Crusoe. HEX triplet: 08, 67 and 2B. RGB value is (8,103,43). Sum of RGB (Red+Green+Blue) = 8+103+43=154 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.19% from 154); Green value is 103 (40.62% from 255 or 66.88% from 154); Blue value is 43 (17.19% from 255 or 27.92% from 154); Max value from RGB is 103 - color contains mainly: green. Hex color #08672B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08672B is #F798D4. Grayscale: #434343. Windows color (decimal): -16226517 or 2844424. OLE color: 2844424.
HSL color Cylindrical-coordinate representation of color #08672B: hue angle of 142.11º degrees, saturation: 0.86, 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 #08672B is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 43 | - |
| CMYK | 0.92 | 0 | 0.58 | 0.60 |
| HSL | 142.11º | 0.86% | 0.22% | - |
| HSV(B) | 142.11º | 0.92% | 0.4% | - |
| XYZ | 5.39 | 9.93 | 3.92 | - |
| YUV | 67.76 | 114.03 | 85.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 43 | 0.92 | 0 | 0.58 | 0.60 | 142.11 | 0.86 | 0.22 |
| Hex | 8 | 67 | 2B | 5C | 0 | 3A | 3C | 8E | 56 | 16 |
| Octal | 10 | 147 | 53 | 134 | 0 | 72 | 74 | 216 | 126 | 26 |
| Binary | 1000 | 1100111 | 101011 | 1011100 | 0 | 111010 | 111100 | 10001110 | 1010110 | 10110 |
Color Harmonies of #08672B
Complementary color
Monochromatic Colors of #08672B
Black with #08672B
Text Example
Text Example
White with #08672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08672B; }
p { color: rgb(8,103,43); }
H1.HeaderClassName
{
color: #08672B;
}
.AnyTagClassName
{
color: #08672B;
}
</style>
background-color css
<style>
a { background-color: #08672B; }
a { background-color: rgb(8,103,43); }
div.DivClassName
{
background-color: #08672B;
}
.BgClassName
{
background-color: #08672B;
}
</style>
border-color css
<style>
span { border-color: #08672B; }
span { border-color: rgb(8,103,43); }
td.TdClassName
{
border-color: #08672B;
}
.TagClassName
{
border-color: #08672B;
}
</style>