Shades of Crusoe #066020
Tints of Crusoe #066020
RGB
CMYK
RGB Variations
Color information
#066020 (or 0x066020) is known color: Crusoe. HEX triplet: 06, 60 and 20. RGB value is (6,96,32). Sum of RGB (Red+Green+Blue) = 6+96+32=134 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.48% from 134); Green value is 96 (37.89% from 255 or 71.64% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 96 - color contains mainly: green. Hex color #066020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066020 is #F99FDF. Grayscale: #3D3D3D. Windows color (decimal): -16359392 or 2121734. OLE color: 2121734.
HSL color Cylindrical-coordinate representation of color #066020: hue angle of 137.33º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066020 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 32 | - |
| CMYK | 0.94 | 0 | 0.67 | 0.62 |
| HSL | 137.33º | 0.88% | 0.2% | - |
| HSV(B) | 137.33º | 0.94% | 0.38% | - |
| XYZ | 4.52 | 8.51 | 2.77 | - |
| YUV | 61.79 | 111.18 | 88.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 32 | 0.94 | 0 | 0.67 | 0.62 | 137.33 | 0.88 | 0.2 |
| Hex | 6 | 60 | 20 | 5E | 0 | 43 | 3E | 89 | 58 | 14 |
| Octal | 6 | 140 | 40 | 136 | 0 | 103 | 76 | 211 | 130 | 24 |
| Binary | 110 | 1100000 | 100000 | 1011110 | 0 | 1000011 | 111110 | 10001001 | 1011000 | 10100 |
Color Harmonies of #066020
Complementary color
Monochromatic Colors of #066020
Black with #066020
Text Example
Text Example
White with #066020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066020; }
p { color: rgb(6,96,32); }
H1.HeaderClassName
{
color: #066020;
}
.AnyTagClassName
{
color: #066020;
}
</style>
background-color css
<style>
a { background-color: #066020; }
a { background-color: rgb(6,96,32); }
div.DivClassName
{
background-color: #066020;
}
.BgClassName
{
background-color: #066020;
}
</style>
border-color css
<style>
span { border-color: #066020; }
span { border-color: rgb(6,96,32); }
td.TdClassName
{
border-color: #066020;
}
.TagClassName
{
border-color: #066020;
}
</style>