Shades of Patina #669982
Tints of Patina #669982
RGB
CMYK
RGB Variations
Color information
#669982 (or 0x669982) is known color: Patina. HEX triplet: 66, 99 and 82. RGB value is (102,153,130). Sum of RGB (Red+Green+Blue) = 102+153+130=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #669982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669982 is #99667D. Grayscale: #878787. Windows color (decimal): -10053246 or 8558950. OLE color: 8558950.
HSL color Cylindrical-coordinate representation of color #669982: hue angle of 152.94º 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 #669982 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 153 | 130 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.4 |
| HSL | 152.94º | 0.2% | 0.5% | - |
| HSV(B) | 152.94º | 0.33% | 0.6% | - |
| XYZ | 20.9 | 27.22 | 25.27 | - |
| YUV | 135.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 153 | 130 | 0.33 | 0 | 0.15 | 0.4 | 152.94 | 0.2 | 0.5 |
| Hex | 66 | 99 | 82 | 21 | 0 | F | 28 | 99 | 14 | 32 |
| Octal | 146 | 231 | 202 | 41 | 0 | 17 | 50 | 231 | 24 | 62 |
| Binary | 1100110 | 10011001 | 10000010 | 100001 | 0 | 1111 | 101000 | 10011001 | 10100 | 110010 |
Color Harmonies of #669982
Complementary color
Monochromatic Colors of #669982
Black with #669982
Text Example
Text Example
White with #669982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669982; }
p { color: rgb(102,153,130); }
H1.HeaderClassName
{
color: #669982;
}
.AnyTagClassName
{
color: #669982;
}
</style>
background-color css
<style>
a { background-color: #669982; }
a { background-color: rgb(102,153,130); }
div.DivClassName
{
background-color: #669982;
}
.BgClassName
{
background-color: #669982;
}
</style>
border-color css
<style>
span { border-color: #669982; }
span { border-color: rgb(102,153,130); }
td.TdClassName
{
border-color: #669982;
}
.TagClassName
{
border-color: #669982;
}
</style>