Shades of Patina #66987F
Tints of Patina #66987F
RGB
CMYK
RGB Variations
Color information
#66987F (or 0x66987F) is known color: Patina. HEX triplet: 66, 98 and 7F. RGB value is (102,152,127). Sum of RGB (Red+Green+Blue) = 102+152+127=381 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.77% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #66987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66987F is #996780. Grayscale: #868686. Windows color (decimal): -10053505 or 8362086. OLE color: 8362086.
HSL color Cylindrical-coordinate representation of color #66987F: hue angle of 150º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #66987F is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 152 | 127 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.40 |
| HSL | 150º | 0.2% | 0.5% | - |
| HSV(B) | 150º | 0.33% | 0.6% | - |
| XYZ | 20.54 | 26.81 | 24.17 | - |
| YUV | 134.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 152 | 127 | 0.33 | 0 | 0.16 | 0.40 | 150 | 0.2 | 0.5 |
| Hex | 66 | 98 | 7F | 21 | 0 | 10 | 28 | 96 | 14 | 32 |
| Octal | 146 | 230 | 177 | 41 | 0 | 20 | 50 | 226 | 24 | 62 |
| Binary | 1100110 | 10011000 | 1111111 | 100001 | 0 | 10000 | 101000 | 10010110 | 10100 | 110010 |
Color Harmonies of #66987F
Complementary color
Monochromatic Colors of #66987F
Black with #66987F
Text Example
Text Example
White with #66987F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66987F; }
p { color: rgb(102,152,127); }
H1.HeaderClassName
{
color: #66987F;
}
.AnyTagClassName
{
color: #66987F;
}
</style>
background-color css
<style>
a { background-color: #66987F; }
a { background-color: rgb(102,152,127); }
div.DivClassName
{
background-color: #66987F;
}
.BgClassName
{
background-color: #66987F;
}
</style>
border-color css
<style>
span { border-color: #66987F; }
span { border-color: rgb(102,152,127); }
td.TdClassName
{
border-color: #66987F;
}
.TagClassName
{
border-color: #66987F;
}
</style>