Shades of Costa Del Sol #5E6018
Tints of Costa Del Sol #5E6018
RGB
CMYK
RGB Variations
Color information
#5E6018 (or 0x5E6018) is known color: Costa Del Sol. HEX triplet: 5E, 60 and 18. RGB value is (94,96,24). Sum of RGB (Red+Green+Blue) = 94+96+24=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #5E6018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5E6018 is #A19FE7. Grayscale: #575757. Windows color (decimal): -10592232 or 1597534. OLE color: 1597534.
HSL color Cylindrical-coordinate representation of color #5E6018: hue angle of 61.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5E6018 is Cyan = 0.02, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 94 | 96 | 24 | - |
| CMYK | 0.02 | 0 | 0.75 | 0.62 |
| HSL | 61.67º | 0.6% | 0.24% | - |
| HSV(B) | 61.67º | 0.75% | 0.38% | - |
| XYZ | 8.96 | 10.81 | 2.48 | - |
| YUV | 87.19 | 92.34 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 96 | 24 | 0.02 | 0 | 0.75 | 0.62 | 61.67 | 0.6 | 0.24 |
| Hex | 5E | 60 | 18 | 2 | 0 | 4B | 3E | 3E | 3C | 18 |
| Octal | 136 | 140 | 30 | 2 | 0 | 113 | 76 | 76 | 74 | 30 |
| Binary | 1011110 | 1100000 | 11000 | 10 | 0 | 1001011 | 111110 | 111110 | 111100 | 11000 |
Color Harmonies of #5E6018
Complementary color
Monochromatic Colors of #5E6018
Black with #5E6018
Text Example
Text Example
White with #5E6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6018; }
p { color: rgb(94,96,24); }
H1.HeaderClassName
{
color: #5E6018;
}
.AnyTagClassName
{
color: #5E6018;
}
</style>
background-color css
<style>
a { background-color: #5E6018; }
a { background-color: rgb(94,96,24); }
div.DivClassName
{
background-color: #5E6018;
}
.BgClassName
{
background-color: #5E6018;
}
</style>
border-color css
<style>
span { border-color: #5E6018; }
span { border-color: rgb(94,96,24); }
td.TdClassName
{
border-color: #5E6018;
}
.TagClassName
{
border-color: #5E6018;
}
</style>