Shades of Costa Del Sol #5F6020
Tints of Costa Del Sol #5F6020
RGB
CMYK
RGB Variations
Color information
#5F6020 (or 0x5F6020) is known color: Costa Del Sol. HEX triplet: 5F, 60 and 20. RGB value is (95,96,32). Sum of RGB (Red+Green+Blue) = 95+96+32=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 96 - color contains mainly: green. Hex color #5F6020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6020 is #A09FDF. Grayscale: #585858. Windows color (decimal): -10526688 or 2121823. OLE color: 2121823.
HSL color Cylindrical-coordinate representation of color #5F6020: hue angle of 60.94º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5F6020 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 95 | 96 | 32 | - |
| CMYK | 0.01 | 0 | 0.67 | 0.62 |
| HSL | 60.94º | 0.5% | 0.25% | - |
| HSV(B) | 60.94º | 0.67% | 0.38% | - |
| XYZ | 9.16 | 10.9 | 2.99 | - |
| YUV | 88.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 96 | 32 | 0.01 | 0 | 0.67 | 0.62 | 60.94 | 0.5 | 0.25 |
| Hex | 5F | 60 | 20 | 1 | 0 | 43 | 3E | 3D | 32 | 19 |
| Octal | 137 | 140 | 40 | 1 | 0 | 103 | 76 | 75 | 62 | 31 |
| Binary | 1011111 | 1100000 | 100000 | 1 | 0 | 1000011 | 111110 | 111101 | 110010 | 11001 |
Color Harmonies of #5F6020
Complementary color
Monochromatic Colors of #5F6020
Black with #5F6020
Text Example
Text Example
White with #5F6020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6020; }
p { color: rgb(95,96,32); }
H1.HeaderClassName
{
color: #5F6020;
}
.AnyTagClassName
{
color: #5F6020;
}
</style>
background-color css
<style>
a { background-color: #5F6020; }
a { background-color: rgb(95,96,32); }
div.DivClassName
{
background-color: #5F6020;
}
.BgClassName
{
background-color: #5F6020;
}
</style>
border-color css
<style>
span { border-color: #5F6020; }
span { border-color: rgb(95,96,32); }
td.TdClassName
{
border-color: #5F6020;
}
.TagClassName
{
border-color: #5F6020;
}
</style>