Shades of Crusoe #066828
Tints of Crusoe #066828
RGB
CMYK
RGB Variations
Color information
#066828 (or 0x066828) is known color: Crusoe. HEX triplet: 06, 68 and 28. RGB value is (6,104,40). Sum of RGB (Red+Green+Blue) = 6+104+40=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 40 (16.02% from 255 or 26.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #066828 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066828 is #F997D7. Grayscale: #434343. Windows color (decimal): -16357336 or 2648070. OLE color: 2648070.
HSL color Cylindrical-coordinate representation of color #066828: hue angle of 140.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066828 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 104 | 40 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.59 |
| HSL | 140.82º | 0.89% | 0.22% | - |
| HSV(B) | 140.82º | 0.94% | 0.41% | - |
| XYZ | 5.41 | 10.09 | 3.67 | - |
| YUV | 67.4 | 112.53 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 104 | 40 | 0.94 | 0 | 0.62 | 0.59 | 140.82 | 0.89 | 0.22 |
| Hex | 6 | 68 | 28 | 5E | 0 | 3E | 3B | 8D | 59 | 16 |
| Octal | 6 | 150 | 50 | 136 | 0 | 76 | 73 | 215 | 131 | 26 |
| Binary | 110 | 1101000 | 101000 | 1011110 | 0 | 111110 | 111011 | 10001101 | 1011001 | 10110 |
Color Harmonies of #066828
Complementary color
Monochromatic Colors of #066828
Black with #066828
Text Example
Text Example
White with #066828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066828; }
p { color: rgb(6,104,40); }
H1.HeaderClassName
{
color: #066828;
}
.AnyTagClassName
{
color: #066828;
}
</style>
background-color css
<style>
a { background-color: #066828; }
a { background-color: rgb(6,104,40); }
div.DivClassName
{
background-color: #066828;
}
.BgClassName
{
background-color: #066828;
}
</style>
border-color css
<style>
span { border-color: #066828; }
span { border-color: rgb(6,104,40); }
td.TdClassName
{
border-color: #066828;
}
.TagClassName
{
border-color: #066828;
}
</style>