Shades of Crusoe #066218
Tints of Crusoe #066218
RGB
CMYK
RGB Variations
Color information
#066218 (or 0x066218) is known color: Crusoe. HEX triplet: 06, 62 and 18. RGB value is (6,98,24). Sum of RGB (Red+Green+Blue) = 6+98+24=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 98 (38.67% from 255 or 76.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 98 - color contains mainly: green. Hex color #066218 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066218 is #F99DE7. Grayscale: #3E3E3E. Windows color (decimal): -16358888 or 1597958. OLE color: 1597958.
HSL color Cylindrical-coordinate representation of color #066218: hue angle of 131.74º 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 #066218 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 98 | 24 | - |
| CMYK | 0.94 | 0 | 0.76 | 0.62 |
| HSL | 131.74º | 0.88% | 0.2% | - |
| HSV(B) | 131.74º | 0.94% | 0.38% | - |
| XYZ | 4.61 | 8.84 | 2.33 | - |
| YUV | 62.06 | 106.52 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 98 | 24 | 0.94 | 0 | 0.76 | 0.62 | 131.74 | 0.88 | 0.2 |
| Hex | 6 | 62 | 18 | 5E | 0 | 4C | 3E | 84 | 58 | 14 |
| Octal | 6 | 142 | 30 | 136 | 0 | 114 | 76 | 204 | 130 | 24 |
| Binary | 110 | 1100010 | 11000 | 1011110 | 0 | 1001100 | 111110 | 10000100 | 1011000 | 10100 |
Color Harmonies of #066218
Complementary color
Monochromatic Colors of #066218
Black with #066218
Text Example
Text Example
White with #066218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066218; }
p { color: rgb(6,98,24); }
H1.HeaderClassName
{
color: #066218;
}
.AnyTagClassName
{
color: #066218;
}
</style>
background-color css
<style>
a { background-color: #066218; }
a { background-color: rgb(6,98,24); }
div.DivClassName
{
background-color: #066218;
}
.BgClassName
{
background-color: #066218;
}
</style>
border-color css
<style>
span { border-color: #066218; }
span { border-color: rgb(6,98,24); }
td.TdClassName
{
border-color: #066218;
}
.TagClassName
{
border-color: #066218;
}
</style>