Shades of Crusoe #06701C
Tints of Crusoe #06701C
RGB
CMYK
RGB Variations
Color information
#06701C (or 0x06701C) is known color: Crusoe. HEX triplet: 06, 70 and 1C. RGB value is (6,112,28). Sum of RGB (Red+Green+Blue) = 6+112+28=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 112 (44.14% from 255 or 76.71% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 112 - color contains mainly: green. Hex color #06701C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06701C is #F98FE3. Grayscale: #464646. Windows color (decimal): -16355300 or 1863686. OLE color: 1863686.
HSL color Cylindrical-coordinate representation of color #06701C: hue angle of 132.45º 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 #06701C is Cyan = 0.95, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 112 | 28 | - |
| CMYK | 0.95 | 0 | 0.75 | 0.56 |
| HSL | 132.45º | 0.9% | 0.23% | - |
| HSV(B) | 132.45º | 0.95% | 0.44% | - |
| XYZ | 6.08 | 11.71 | 3.04 | - |
| YUV | 70.73 | 103.88 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 112 | 28 | 0.95 | 0 | 0.75 | 0.56 | 132.45 | 0.9 | 0.23 |
| Hex | 6 | 70 | 1C | 5F | 0 | 4B | 38 | 84 | 5A | 17 |
| Octal | 6 | 160 | 34 | 137 | 0 | 113 | 70 | 204 | 132 | 27 |
| Binary | 110 | 1110000 | 11100 | 1011111 | 0 | 1001011 | 111000 | 10000100 | 1011010 | 10111 |
Color Harmonies of #06701C
Complementary color
Monochromatic Colors of #06701C
Black with #06701C
Text Example
Text Example
White with #06701C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06701C; }
p { color: rgb(6,112,28); }
H1.HeaderClassName
{
color: #06701C;
}
.AnyTagClassName
{
color: #06701C;
}
</style>
background-color css
<style>
a { background-color: #06701C; }
a { background-color: rgb(6,112,28); }
div.DivClassName
{
background-color: #06701C;
}
.BgClassName
{
background-color: #06701C;
}
</style>
border-color css
<style>
span { border-color: #06701C; }
span { border-color: rgb(6,112,28); }
td.TdClassName
{
border-color: #06701C;
}
.TagClassName
{
border-color: #06701C;
}
</style>