Shades of Crusoe #066024
Tints of Crusoe #066024
RGB
CMYK
RGB Variations
Color information
#066024 (or 0x066024) is known color: Crusoe. HEX triplet: 06, 60 and 24. RGB value is (6,96,36). Sum of RGB (Red+Green+Blue) = 6+96+36=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 96 (37.89% from 255 or 69.57% from 138); Blue value is 36 (14.45% from 255 or 26.09% from 138); Max value from RGB is 96 - color contains mainly: green. Hex color #066024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066024 is #F99FDB. Grayscale: #3E3E3E. Windows color (decimal): -16359388 or 2383878. OLE color: 2383878.
HSL color Cylindrical-coordinate representation of color #066024: hue angle of 140º 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 #066024 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 96 | 36 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.62 |
| HSL | 140º | 0.88% | 0.2% | - |
| HSV(B) | 140º | 0.94% | 0.38% | - |
| XYZ | 4.58 | 8.53 | 3.07 | - |
| YUV | 62.25 | 113.18 | 87.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 96 | 36 | 0.94 | 0 | 0.62 | 0.62 | 140 | 0.88 | 0.2 |
| Hex | 6 | 60 | 24 | 5E | 0 | 3E | 3E | 8C | 58 | 14 |
| Octal | 6 | 140 | 44 | 136 | 0 | 76 | 76 | 214 | 130 | 24 |
| Binary | 110 | 1100000 | 100100 | 1011110 | 0 | 111110 | 111110 | 10001100 | 1011000 | 10100 |
Color Harmonies of #066024
Complementary color
Monochromatic Colors of #066024
Black with #066024
Text Example
Text Example
White with #066024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066024; }
p { color: rgb(6,96,36); }
H1.HeaderClassName
{
color: #066024;
}
.AnyTagClassName
{
color: #066024;
}
</style>
background-color css
<style>
a { background-color: #066024; }
a { background-color: rgb(6,96,36); }
div.DivClassName
{
background-color: #066024;
}
.BgClassName
{
background-color: #066024;
}
</style>
border-color css
<style>
span { border-color: #066024; }
span { border-color: rgb(6,96,36); }
td.TdClassName
{
border-color: #066024;
}
.TagClassName
{
border-color: #066024;
}
</style>