Shades of Crusoe #06672A
Tints of Crusoe #06672A
RGB
CMYK
RGB Variations
Color information
#06672A (or 0x06672A) is known color: Crusoe. HEX triplet: 06, 67 and 2A. RGB value is (6,103,42). Sum of RGB (Red+Green+Blue) = 6+103+42=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 103 (40.62% from 255 or 68.21% from 151); Blue value is 42 (16.80% from 255 or 27.81% from 151); Max value from RGB is 103 - color contains mainly: green. Hex color #06672A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06672A is #F998D5. Grayscale: #434343. Windows color (decimal): -16357590 or 2778886. OLE color: 2778886.
HSL color Cylindrical-coordinate representation of color #06672A: hue angle of 142.27º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06672A is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 103 | 42 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.60 |
| HSL | 142.27º | 0.89% | 0.21% | - |
| HSV(B) | 142.27º | 0.94% | 0.4% | - |
| XYZ | 5.34 | 9.91 | 3.82 | - |
| YUV | 67.04 | 113.86 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 103 | 42 | 0.94 | 0 | 0.59 | 0.60 | 142.27 | 0.89 | 0.21 |
| Hex | 6 | 67 | 2A | 5E | 0 | 3B | 3C | 8E | 59 | 15 |
| Octal | 6 | 147 | 52 | 136 | 0 | 73 | 74 | 216 | 131 | 25 |
| Binary | 110 | 1100111 | 101010 | 1011110 | 0 | 111011 | 111100 | 10001110 | 1011001 | 10101 |
Color Harmonies of #06672A
Complementary color
Monochromatic Colors of #06672A
Black with #06672A
Text Example
Text Example
White with #06672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06672A; }
p { color: rgb(6,103,42); }
H1.HeaderClassName
{
color: #06672A;
}
.AnyTagClassName
{
color: #06672A;
}
</style>
background-color css
<style>
a { background-color: #06672A; }
a { background-color: rgb(6,103,42); }
div.DivClassName
{
background-color: #06672A;
}
.BgClassName
{
background-color: #06672A;
}
</style>
border-color css
<style>
span { border-color: #06672A; }
span { border-color: rgb(6,103,42); }
td.TdClassName
{
border-color: #06672A;
}
.TagClassName
{
border-color: #06672A;
}
</style>