Shades of Crusoe #08672A
Tints of Crusoe #08672A
RGB
CMYK
RGB Variations
Color information
#08672A (or 0x08672A) is known color: Crusoe. HEX triplet: 08, 67 and 2A. RGB value is (8,103,42). Sum of RGB (Red+Green+Blue) = 8+103+42=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 103 (40.62% from 255 or 67.32% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 103 - color contains mainly: green. Hex color #08672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #08672A is #F798D5. Grayscale: #434343. Windows color (decimal): -16226518 or 2778888. OLE color: 2778888.
HSL color Cylindrical-coordinate representation of color #08672A: hue angle of 141.47º 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 #08672A is Cyan = 0.92, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 8 | 103 | 42 | - |
| CMYK | 0.92 | 0 | 0.59 | 0.60 |
| HSL | 141.47º | 0.86% | 0.22% | - |
| HSV(B) | 141.47º | 0.92% | 0.4% | - |
| XYZ | 5.37 | 9.92 | 3.82 | - |
| YUV | 67.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 103 | 42 | 0.92 | 0 | 0.59 | 0.60 | 141.47 | 0.86 | 0.22 |
| Hex | 8 | 67 | 2A | 5C | 0 | 3B | 3C | 8D | 56 | 16 |
| Octal | 10 | 147 | 52 | 134 | 0 | 73 | 74 | 215 | 126 | 26 |
| Binary | 1000 | 1100111 | 101010 | 1011100 | 0 | 111011 | 111100 | 10001101 | 1010110 | 10110 |
Color Harmonies of #08672A
Complementary color
Monochromatic Colors of #08672A
Black with #08672A
Text Example
Text Example
White with #08672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08672A; }
p { color: rgb(8,103,42); }
H1.HeaderClassName
{
color: #08672A;
}
.AnyTagClassName
{
color: #08672A;
}
</style>
background-color css
<style>
a { background-color: #08672A; }
a { background-color: rgb(8,103,42); }
div.DivClassName
{
background-color: #08672A;
}
.BgClassName
{
background-color: #08672A;
}
</style>
border-color css
<style>
span { border-color: #08672A; }
span { border-color: rgb(8,103,42); }
td.TdClassName
{
border-color: #08672A;
}
.TagClassName
{
border-color: #08672A;
}
</style>