Shades of Costa Del Sol #675F02
Tints of Costa Del Sol #675F02
RGB
CMYK
RGB Variations
Color information
#675F02 (or 0x675F02) is known color: Costa Del Sol. HEX triplet: 67, 5F and 02. RGB value is (103,95,2). Sum of RGB (Red+Green+Blue) = 103+95+2=200 (26% of max value = 765). Red value is 103 (40.62% from 255 or 51.5% from 200); Green value is 95 (37.5% from 255 or 47.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 103 - color contains mainly: red. Hex color #675F02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #675F02 is #98A0FD. Grayscale: #575757. Windows color (decimal): -10002686 or 155495. OLE color: 155495.
HSL color Cylindrical-coordinate representation of color #675F02: hue angle of 55.25º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #675F02 is Cyan = 0, Magento = 0.08, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 95 | 2 | - |
| CMYK | 0 | 0.08 | 0.98 | 0.60 |
| HSL | 55.25º | 0.96% | 0.21% | - |
| HSV(B) | 55.25º | 0.98% | 0.4% | - |
| XYZ | 9.7 | 11.07 | 1.68 | - |
| YUV | 86.79 | 80.15 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 95 | 2 | 0 | 0.08 | 0.98 | 0.60 | 55.25 | 0.96 | 0.21 |
| Hex | 67 | 5F | 2 | 0 | 8 | 62 | 3C | 37 | 60 | 15 |
| Octal | 147 | 137 | 2 | 0 | 10 | 142 | 74 | 67 | 140 | 25 |
| Binary | 1100111 | 1011111 | 10 | 0 | 1000 | 1100010 | 111100 | 110111 | 1100000 | 10101 |
Color Harmonies of #675F02
Complementary color
Monochromatic Colors of #675F02
Black with #675F02
Text Example
Text Example
White with #675F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675F02; }
p { color: rgb(103,95,2); }
H1.HeaderClassName
{
color: #675F02;
}
.AnyTagClassName
{
color: #675F02;
}
</style>
background-color css
<style>
a { background-color: #675F02; }
a { background-color: rgb(103,95,2); }
div.DivClassName
{
background-color: #675F02;
}
.BgClassName
{
background-color: #675F02;
}
</style>
border-color css
<style>
span { border-color: #675F02; }
span { border-color: rgb(103,95,2); }
td.TdClassName
{
border-color: #675F02;
}
.TagClassName
{
border-color: #675F02;
}
</style>