Shades of Crusoe #066127
Tints of Crusoe #066127
RGB
CMYK
RGB Variations
Color information
#066127 (or 0x066127) is known color: Crusoe. HEX triplet: 06, 61 and 27. RGB value is (6,97,39). Sum of RGB (Red+Green+Blue) = 6+97+39=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 97 (38.28% from 255 or 68.31% from 142); Blue value is 39 (15.62% from 255 or 27.46% from 142); Max value from RGB is 97 - color contains mainly: green. Hex color #066127 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066127 is #F99ED8. Grayscale: #3F3F3F. Windows color (decimal): -16359129 or 2580742. OLE color: 2580742.
HSL color Cylindrical-coordinate representation of color #066127: hue angle of 141.76º 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 #066127 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 39 | - |
| CMYK | 0.94 | 0 | 0.60 | 0.62 |
| HSL | 141.76º | 0.88% | 0.2% | - |
| HSV(B) | 141.76º | 0.94% | 0.38% | - |
| XYZ | 4.72 | 8.73 | 3.36 | - |
| YUV | 63.18 | 114.35 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 39 | 0.94 | 0 | 0.60 | 0.62 | 141.76 | 0.88 | 0.2 |
| Hex | 6 | 61 | 27 | 5E | 0 | 3C | 3E | 8E | 58 | 14 |
| Octal | 6 | 141 | 47 | 136 | 0 | 74 | 76 | 216 | 130 | 24 |
| Binary | 110 | 1100001 | 100111 | 1011110 | 0 | 111100 | 111110 | 10001110 | 1011000 | 10100 |
Color Harmonies of #066127
Complementary color
Monochromatic Colors of #066127
Black with #066127
Text Example
Text Example
White with #066127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066127; }
p { color: rgb(6,97,39); }
H1.HeaderClassName
{
color: #066127;
}
.AnyTagClassName
{
color: #066127;
}
</style>
background-color css
<style>
a { background-color: #066127; }
a { background-color: rgb(6,97,39); }
div.DivClassName
{
background-color: #066127;
}
.BgClassName
{
background-color: #066127;
}
</style>
border-color css
<style>
span { border-color: #066127; }
span { border-color: rgb(6,97,39); }
td.TdClassName
{
border-color: #066127;
}
.TagClassName
{
border-color: #066127;
}
</style>