Shades of Crusoe #066128
Tints of Crusoe #066128
RGB
CMYK
RGB Variations
Color information
#066128 (or 0x066128) is known color: Crusoe. HEX triplet: 06, 61 and 28. RGB value is (6,97,40). Sum of RGB (Red+Green+Blue) = 6+97+40=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #066128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066128 is #F99ED7. Grayscale: #3F3F3F. Windows color (decimal): -16359128 or 2646278. OLE color: 2646278.
HSL color Cylindrical-coordinate representation of color #066128: hue angle of 142.42º 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 #066128 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 40 | - |
| CMYK | 0.94 | 0 | 0.59 | 0.62 |
| HSL | 142.42º | 0.88% | 0.2% | - |
| HSV(B) | 142.42º | 0.94% | 0.38% | - |
| XYZ | 4.73 | 8.74 | 3.45 | - |
| YUV | 63.29 | 114.85 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 40 | 0.94 | 0 | 0.59 | 0.62 | 142.42 | 0.88 | 0.2 |
| Hex | 6 | 61 | 28 | 5E | 0 | 3B | 3E | 8E | 58 | 14 |
| Octal | 6 | 141 | 50 | 136 | 0 | 73 | 76 | 216 | 130 | 24 |
| Binary | 110 | 1100001 | 101000 | 1011110 | 0 | 111011 | 111110 | 10001110 | 1011000 | 10100 |
Color Harmonies of #066128
Complementary color
Monochromatic Colors of #066128
Black with #066128
Text Example
Text Example
White with #066128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066128; }
p { color: rgb(6,97,40); }
H1.HeaderClassName
{
color: #066128;
}
.AnyTagClassName
{
color: #066128;
}
</style>
background-color css
<style>
a { background-color: #066128; }
a { background-color: rgb(6,97,40); }
div.DivClassName
{
background-color: #066128;
}
.BgClassName
{
background-color: #066128;
}
</style>
border-color css
<style>
span { border-color: #066128; }
span { border-color: rgb(6,97,40); }
td.TdClassName
{
border-color: #066128;
}
.TagClassName
{
border-color: #066128;
}
</style>