Shades of Crusoe #066516
Tints of Crusoe #066516
RGB
CMYK
RGB Variations
Color information
#066516 (or 0x066516) is known color: Crusoe. HEX triplet: 06, 65 and 16. RGB value is (6,101,22). Sum of RGB (Red+Green+Blue) = 6+101+22=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 101 (39.84% from 255 or 78.29% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 101 - color contains mainly: green. Hex color #066516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066516 is #F99AE9. Grayscale: #3F3F3F. Windows color (decimal): -16358122 or 1467654. OLE color: 1467654.
HSL color Cylindrical-coordinate representation of color #066516: hue angle of 130.11º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066516 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 6 | 101 | 22 | - |
| CMYK | 0.94 | 0 | 0.78 | 0.60 |
| HSL | 130.11º | 0.89% | 0.21% | - |
| HSV(B) | 130.11º | 0.94% | 0.4% | - |
| XYZ | 4.87 | 9.4 | 2.32 | - |
| YUV | 63.59 | 104.53 | 86.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 101 | 22 | 0.94 | 0 | 0.78 | 0.60 | 130.11 | 0.89 | 0.21 |
| Hex | 6 | 65 | 16 | 5E | 0 | 4E | 3C | 82 | 59 | 15 |
| Octal | 6 | 145 | 26 | 136 | 0 | 116 | 74 | 202 | 131 | 25 |
| Binary | 110 | 1100101 | 10110 | 1011110 | 0 | 1001110 | 111100 | 10000010 | 1011001 | 10101 |
Color Harmonies of #066516
Complementary color
Monochromatic Colors of #066516
Black with #066516
Text Example
Text Example
White with #066516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066516; }
p { color: rgb(6,101,22); }
H1.HeaderClassName
{
color: #066516;
}
.AnyTagClassName
{
color: #066516;
}
</style>
background-color css
<style>
a { background-color: #066516; }
a { background-color: rgb(6,101,22); }
div.DivClassName
{
background-color: #066516;
}
.BgClassName
{
background-color: #066516;
}
</style>
border-color css
<style>
span { border-color: #066516; }
span { border-color: rgb(6,101,22); }
td.TdClassName
{
border-color: #066516;
}
.TagClassName
{
border-color: #066516;
}
</style>