Shades of Crusoe #066E1D
Tints of Crusoe #066E1D
RGB
CMYK
RGB Variations
Color information
#066E1D (or 0x066E1D) is known color: Crusoe. HEX triplet: 06, 6E and 1D. RGB value is (6,110,29). Sum of RGB (Red+Green+Blue) = 6+110+29=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 110 (43.36% from 255 or 75.86% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 110 - color contains mainly: green. Hex color #066E1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E1D is #F991E2. Grayscale: #454545. Windows color (decimal): -16355811 or 1928710. OLE color: 1928710.
HSL color Cylindrical-coordinate representation of color #066E1D: hue angle of 133.27º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E1D is Cyan = 0.95, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 29 | - |
| CMYK | 0.95 | 0 | 0.74 | 0.57 |
| HSL | 133.27º | 0.9% | 0.23% | - |
| HSV(B) | 133.27º | 0.95% | 0.43% | - |
| XYZ | 5.87 | 11.28 | 3.03 | - |
| YUV | 69.67 | 105.04 | 82.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 29 | 0.95 | 0 | 0.74 | 0.57 | 133.27 | 0.9 | 0.23 |
| Hex | 6 | 6E | 1D | 5F | 0 | 4A | 39 | 85 | 5A | 17 |
| Octal | 6 | 156 | 35 | 137 | 0 | 112 | 71 | 205 | 132 | 27 |
| Binary | 110 | 1101110 | 11101 | 1011111 | 0 | 1001010 | 111001 | 10000101 | 1011010 | 10111 |
Color Harmonies of #066E1D
Complementary color
Monochromatic Colors of #066E1D
Black with #066E1D
Text Example
Text Example
White with #066E1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E1D; }
p { color: rgb(6,110,29); }
H1.HeaderClassName
{
color: #066E1D;
}
.AnyTagClassName
{
color: #066E1D;
}
</style>
background-color css
<style>
a { background-color: #066E1D; }
a { background-color: rgb(6,110,29); }
div.DivClassName
{
background-color: #066E1D;
}
.BgClassName
{
background-color: #066E1D;
}
</style>
border-color css
<style>
span { border-color: #066E1D; }
span { border-color: rgb(6,110,29); }
td.TdClassName
{
border-color: #066E1D;
}
.TagClassName
{
border-color: #066E1D;
}
</style>