Shades of Crusoe #066E24
Tints of Crusoe #066E24
RGB
CMYK
RGB Variations
Color information
#066E24 (or 0x066E24) is known color: Crusoe. HEX triplet: 06, 6E and 24. RGB value is (6,110,36). Sum of RGB (Red+Green+Blue) = 6+110+36=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 110 (43.36% from 255 or 72.37% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 110 - color contains mainly: green. Hex color #066E24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066E24 is #F991DB. Grayscale: #464646. Windows color (decimal): -16355804 or 2387462. OLE color: 2387462.
HSL color Cylindrical-coordinate representation of color #066E24: hue angle of 137.31º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #066E24 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 110 | 36 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.57 |
| HSL | 137.31º | 0.9% | 0.23% | - |
| HSV(B) | 137.31º | 0.95% | 0.43% | - |
| XYZ | 5.97 | 11.32 | 3.54 | - |
| YUV | 70.47 | 108.54 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 110 | 36 | 0.95 | 0 | 0.67 | 0.57 | 137.31 | 0.9 | 0.23 |
| Hex | 6 | 6E | 24 | 5F | 0 | 43 | 39 | 89 | 5A | 17 |
| Octal | 6 | 156 | 44 | 137 | 0 | 103 | 71 | 211 | 132 | 27 |
| Binary | 110 | 1101110 | 100100 | 1011111 | 0 | 1000011 | 111001 | 10001001 | 1011010 | 10111 |
Color Harmonies of #066E24
Complementary color
Monochromatic Colors of #066E24
Black with #066E24
Text Example
Text Example
White with #066E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #066E24; }
p { color: rgb(6,110,36); }
H1.HeaderClassName
{
color: #066E24;
}
.AnyTagClassName
{
color: #066E24;
}
</style>
background-color css
<style>
a { background-color: #066E24; }
a { background-color: rgb(6,110,36); }
div.DivClassName
{
background-color: #066E24;
}
.BgClassName
{
background-color: #066E24;
}
</style>
border-color css
<style>
span { border-color: #066E24; }
span { border-color: rgb(6,110,36); }
td.TdClassName
{
border-color: #066E24;
}
.TagClassName
{
border-color: #066E24;
}
</style>