Shades of Crusoe #06712E
Tints of Crusoe #06712E
RGB
CMYK
RGB Variations
Color information
#06712E (or 0x06712E) is known color: Crusoe. HEX triplet: 06, 71 and 2E. RGB value is (6,113,46). Sum of RGB (Red+Green+Blue) = 6+113+46=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 113 (44.53% from 255 or 68.48% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 113 - color contains mainly: green. Hex color #06712E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06712E is #F98ED1. Grayscale: #494949. Windows color (decimal): -16355026 or 3043590. OLE color: 3043590.
HSL color Cylindrical-coordinate representation of color #06712E: hue angle of 142.43º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06712E is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 113 | 46 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.56 |
| HSL | 142.43º | 0.9% | 0.23% | - |
| HSV(B) | 142.43º | 0.95% | 0.44% | - |
| XYZ | 6.47 | 12.05 | 4.57 | - |
| YUV | 73.37 | 112.55 | 79.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 113 | 46 | 0.95 | 0 | 0.59 | 0.56 | 142.43 | 0.9 | 0.23 |
| Hex | 6 | 71 | 2E | 5F | 0 | 3B | 38 | 8E | 5A | 17 |
| Octal | 6 | 161 | 56 | 137 | 0 | 73 | 70 | 216 | 132 | 27 |
| Binary | 110 | 1110001 | 101110 | 1011111 | 0 | 111011 | 111000 | 10001110 | 1011010 | 10111 |
Color Harmonies of #06712E
Complementary color
Monochromatic Colors of #06712E
Black with #06712E
Text Example
Text Example
White with #06712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06712E; }
p { color: rgb(6,113,46); }
H1.HeaderClassName
{
color: #06712E;
}
.AnyTagClassName
{
color: #06712E;
}
</style>
background-color css
<style>
a { background-color: #06712E; }
a { background-color: rgb(6,113,46); }
div.DivClassName
{
background-color: #06712E;
}
.BgClassName
{
background-color: #06712E;
}
</style>
border-color css
<style>
span { border-color: #06712E; }
span { border-color: rgb(6,113,46); }
td.TdClassName
{
border-color: #06712E;
}
.TagClassName
{
border-color: #06712E;
}
</style>