Shades of Crusoe #066118
Tints of Crusoe #066118
RGB
CMYK
RGB Variations
Color information
#066118 (or 0x066118) is known color: Crusoe. HEX triplet: 06, 61 and 18. RGB value is (6,97,24). Sum of RGB (Red+Green+Blue) = 6+97+24=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 97 (38.28% from 255 or 76.38% from 127); Blue value is 24 (9.77% from 255 or 18.90% from 127); Max value from RGB is 97 - color contains mainly: green. Hex color #066118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #066118 is #F99EE7. Grayscale: #3D3D3D. Windows color (decimal): -16359144 or 1597702. OLE color: 1597702.
HSL color Cylindrical-coordinate representation of color #066118: hue angle of 131.87º 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 #066118 is Cyan = 0.94, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 6 | 97 | 24 | - |
| CMYK | 0.94 | 0 | 0.75 | 0.62 |
| HSL | 131.87º | 0.88% | 0.2% | - |
| HSV(B) | 131.87º | 0.94% | 0.38% | - |
| XYZ | 4.51 | 8.65 | 2.3 | - |
| YUV | 61.47 | 106.85 | 88.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 97 | 24 | 0.94 | 0 | 0.75 | 0.62 | 131.87 | 0.88 | 0.2 |
| Hex | 6 | 61 | 18 | 5E | 0 | 4B | 3E | 84 | 58 | 14 |
| Octal | 6 | 141 | 30 | 136 | 0 | 113 | 76 | 204 | 130 | 24 |
| Binary | 110 | 1100001 | 11000 | 1011110 | 0 | 1001011 | 111110 | 10000100 | 1011000 | 10100 |
Color Harmonies of #066118
Complementary color
Monochromatic Colors of #066118
Black with #066118
Text Example
Text Example
White with #066118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066118; }
p { color: rgb(6,97,24); }
H1.HeaderClassName
{
color: #066118;
}
.AnyTagClassName
{
color: #066118;
}
</style>
background-color css
<style>
a { background-color: #066118; }
a { background-color: rgb(6,97,24); }
div.DivClassName
{
background-color: #066118;
}
.BgClassName
{
background-color: #066118;
}
</style>
border-color css
<style>
span { border-color: #066118; }
span { border-color: rgb(6,97,24); }
td.TdClassName
{
border-color: #066118;
}
.TagClassName
{
border-color: #066118;
}
</style>