Shades of Crusoe #066928
Tints of Crusoe #066928
RGB
CMYK
RGB Variations
Color information
#066928 (or 0x066928) is known color: Crusoe. HEX triplet: 06, 69 and 28. RGB value is (6,105,40). Sum of RGB (Red+Green+Blue) = 6+105+40=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 105 (41.41% from 255 or 69.54% from 151); Blue value is 40 (16.02% from 255 or 26.49% from 151); Max value from RGB is 105 - color contains mainly: green. Hex color #066928 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066928 is #F996D7. Grayscale: #444444. Windows color (decimal): -16357080 or 2648326. OLE color: 2648326.
HSL color Cylindrical-coordinate representation of color #066928: hue angle of 140.61º 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 #066928 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 6 | 105 | 40 | - |
| CMYK | 0.94 | 0 | 0.62 | 0.59 |
| HSL | 140.61º | 0.89% | 0.22% | - |
| HSV(B) | 140.61º | 0.94% | 0.41% | - |
| XYZ | 5.51 | 10.3 | 3.7 | - |
| YUV | 67.99 | 112.2 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 105 | 40 | 0.94 | 0 | 0.62 | 0.59 | 140.61 | 0.89 | 0.22 |
| Hex | 6 | 69 | 28 | 5E | 0 | 3E | 3B | 8D | 59 | 16 |
| Octal | 6 | 151 | 50 | 136 | 0 | 76 | 73 | 215 | 131 | 26 |
| Binary | 110 | 1101001 | 101000 | 1011110 | 0 | 111110 | 111011 | 10001101 | 1011001 | 10110 |
Color Harmonies of #066928
Complementary color
Monochromatic Colors of #066928
Black with #066928
Text Example
Text Example
White with #066928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066928; }
p { color: rgb(6,105,40); }
H1.HeaderClassName
{
color: #066928;
}
.AnyTagClassName
{
color: #066928;
}
</style>
background-color css
<style>
a { background-color: #066928; }
a { background-color: rgb(6,105,40); }
div.DivClassName
{
background-color: #066928;
}
.BgClassName
{
background-color: #066928;
}
</style>
border-color css
<style>
span { border-color: #066928; }
span { border-color: rgb(6,105,40); }
td.TdClassName
{
border-color: #066928;
}
.TagClassName
{
border-color: #066928;
}
</style>