Shades of Crusoe #066016
Tints of Crusoe #066016
RGB
CMYK
RGB Variations
Color information
#066016 (or 0x066016) is known color: Crusoe. HEX triplet: 06, 60 and 16. RGB value is (6,96,22). Sum of RGB (Red+Green+Blue) = 6+96+22=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 96 (37.89% from 255 or 77.42% from 124); Blue value is 22 (8.98% from 255 or 17.74% from 124); Max value from RGB is 96 - color contains mainly: green. Hex color #066016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066016 is #F99FE9. Grayscale: #3C3C3C. Windows color (decimal): -16359402 or 1466374. OLE color: 1466374.
HSL color Cylindrical-coordinate representation of color #066016: hue angle of 130.67º 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 #066016 is Cyan = 0.94, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 22 | - |
| CMYK | 0.94 | 0 | 0.77 | 0.62 |
| HSL | 130.67º | 0.88% | 0.2% | - |
| HSV(B) | 130.67º | 0.94% | 0.38% | - |
| XYZ | 4.4 | 8.46 | 2.16 | - |
| YUV | 60.65 | 106.18 | 89.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 22 | 0.94 | 0 | 0.77 | 0.62 | 130.67 | 0.88 | 0.2 |
| Hex | 6 | 60 | 16 | 5E | 0 | 4D | 3E | 83 | 58 | 14 |
| Octal | 6 | 140 | 26 | 136 | 0 | 115 | 76 | 203 | 130 | 24 |
| Binary | 110 | 1100000 | 10110 | 1011110 | 0 | 1001101 | 111110 | 10000011 | 1011000 | 10100 |
Color Harmonies of #066016
Complementary color
Monochromatic Colors of #066016
Black with #066016
Text Example
Text Example
White with #066016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066016; }
p { color: rgb(6,96,22); }
H1.HeaderClassName
{
color: #066016;
}
.AnyTagClassName
{
color: #066016;
}
</style>
background-color css
<style>
a { background-color: #066016; }
a { background-color: rgb(6,96,22); }
div.DivClassName
{
background-color: #066016;
}
.BgClassName
{
background-color: #066016;
}
</style>
border-color css
<style>
span { border-color: #066016; }
span { border-color: rgb(6,96,22); }
td.TdClassName
{
border-color: #066016;
}
.TagClassName
{
border-color: #066016;
}
</style>