Shades of Patina #66998B
Tints of Patina #66998B
RGB
CMYK
RGB Variations
Color information
#66998B (or 0x66998B) is known color: Patina. HEX triplet: 66, 99 and 8B. RGB value is (102,153,139). Sum of RGB (Red+Green+Blue) = 102+153+139=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 153 (60.16% from 255 or 38.83% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 153 - color contains mainly: green. Hex color #66998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66998B is #996674. Grayscale: #888888. Windows color (decimal): -10053237 or 9148774. OLE color: 9148774.
HSL color Cylindrical-coordinate representation of color #66998B: hue angle of 163.53º 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 #66998B is Cyan = 0.33, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 139 | - |
| CMYK | 0.33 | 0 | 0.09 | 0.4 |
| HSL | 163.53º | 0.2% | 0.5% | - |
| HSV(B) | 163.53º | 0.33% | 0.6% | - |
| XYZ | 21.53 | 27.47 | 28.59 | - |
| YUV | 136.16 | 129.6 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 139 | 0.33 | 0 | 0.09 | 0.4 | 163.53 | 0.2 | 0.5 |
| Hex | 66 | 99 | 8B | 21 | 0 | 9 | 28 | A4 | 14 | 32 |
| Octal | 146 | 231 | 213 | 41 | 0 | 11 | 50 | 244 | 24 | 62 |
| Binary | 1100110 | 10011001 | 10001011 | 100001 | 0 | 1001 | 101000 | 10100100 | 10100 | 110010 |
Color Harmonies of #66998B
Complementary color
Monochromatic Colors of #66998B
Black with #66998B
Text Example
Text Example
White with #66998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66998B; }
p { color: rgb(102,153,139); }
H1.HeaderClassName
{
color: #66998B;
}
.AnyTagClassName
{
color: #66998B;
}
</style>
background-color css
<style>
a { background-color: #66998B; }
a { background-color: rgb(102,153,139); }
div.DivClassName
{
background-color: #66998B;
}
.BgClassName
{
background-color: #66998B;
}
</style>
border-color css
<style>
span { border-color: #66998B; }
span { border-color: rgb(102,153,139); }
td.TdClassName
{
border-color: #66998B;
}
.TagClassName
{
border-color: #66998B;
}
</style>