Shades of Crusoe #06701D
Tints of Crusoe #06701D
RGB
CMYK
RGB Variations
Color information
#06701D (or 0x06701D) is known color: Crusoe. HEX triplet: 06, 70 and 1D. RGB value is (6,112,29). Sum of RGB (Red+Green+Blue) = 6+112+29=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 112 (44.14% from 255 or 76.19% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 112 - color contains mainly: green. Hex color #06701D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06701D is #F98FE2. Grayscale: #474747. Windows color (decimal): -16355299 or 1929222. OLE color: 1929222.
HSL color Cylindrical-coordinate representation of color #06701D: hue angle of 133.02º 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 #06701D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 29 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.56 |
| HSL | 133.02º | 0.9% | 0.23% | - |
| HSV(B) | 133.02º | 0.95% | 0.44% | - |
| XYZ | 6.09 | 11.72 | 3.1 | - |
| YUV | 70.84 | 104.38 | 81.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 29 | 0.95 | 0 | 0.74 | 0.56 | 133.02 | 0.9 | 0.23 |
| Hex | 6 | 70 | 1D | 5F | 0 | 4A | 38 | 85 | 5A | 17 |
| Octal | 6 | 160 | 35 | 137 | 0 | 112 | 70 | 205 | 132 | 27 |
| Binary | 110 | 1110000 | 11101 | 1011111 | 0 | 1001010 | 111000 | 10000101 | 1011010 | 10111 |
Color Harmonies of #06701D
Complementary color
Monochromatic Colors of #06701D
Black with #06701D
Text Example
Text Example
White with #06701D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06701D; }
p { color: rgb(6,112,29); }
H1.HeaderClassName
{
color: #06701D;
}
.AnyTagClassName
{
color: #06701D;
}
</style>
background-color css
<style>
a { background-color: #06701D; }
a { background-color: rgb(6,112,29); }
div.DivClassName
{
background-color: #06701D;
}
.BgClassName
{
background-color: #06701D;
}
</style>
border-color css
<style>
span { border-color: #06701D; }
span { border-color: rgb(6,112,29); }
td.TdClassName
{
border-color: #06701D;
}
.TagClassName
{
border-color: #06701D;
}
</style>