Shades of Crusoe #066D1E
Tints of Crusoe #066D1E
RGB
CMYK
RGB Variations
Color information
#066D1E (or 0x066D1E) is known color: Crusoe. HEX triplet: 06, 6D and 1E. RGB value is (6,109,30). Sum of RGB (Red+Green+Blue) = 6+109+30=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 109 (42.97% from 255 or 75.17% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 109 - color contains mainly: green. Hex color #066D1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066D1E is #F992E1. Grayscale: #454545. Windows color (decimal): -16356066 or 1993990. OLE color: 1993990.
HSL color Cylindrical-coordinate representation of color #066D1E: hue angle of 133.98º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066D1E is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 109 | 30 | - |
| CMYK | 0.94 | 0 | 0.72 | 0.57 |
| HSL | 133.98º | 0.9% | 0.23% | - |
| HSV(B) | 133.98º | 0.94% | 0.43% | - |
| XYZ | 5.78 | 11.07 | 3.06 | - |
| YUV | 69.2 | 105.88 | 82.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 109 | 30 | 0.94 | 0 | 0.72 | 0.57 | 133.98 | 0.9 | 0.23 |
| Hex | 6 | 6D | 1E | 5E | 0 | 48 | 39 | 86 | 5A | 17 |
| Octal | 6 | 155 | 36 | 136 | 0 | 110 | 71 | 206 | 132 | 27 |
| Binary | 110 | 1101101 | 11110 | 1011110 | 0 | 1001000 | 111001 | 10000110 | 1011010 | 10111 |
Color Harmonies of #066D1E
Complementary color
Monochromatic Colors of #066D1E
Black with #066D1E
Text Example
Text Example
White with #066D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066D1E; }
p { color: rgb(6,109,30); }
H1.HeaderClassName
{
color: #066D1E;
}
.AnyTagClassName
{
color: #066D1E;
}
</style>
background-color css
<style>
a { background-color: #066D1E; }
a { background-color: rgb(6,109,30); }
div.DivClassName
{
background-color: #066D1E;
}
.BgClassName
{
background-color: #066D1E;
}
</style>
border-color css
<style>
span { border-color: #066D1E; }
span { border-color: rgb(6,109,30); }
td.TdClassName
{
border-color: #066D1E;
}
.TagClassName
{
border-color: #066D1E;
}
</style>