Shades of Patina #669E83
Tints of Patina #669E83
RGB
CMYK
RGB Variations
Color information
#669E83 (or 0x669E83) is known color: Patina. HEX triplet: 66, 9E and 83. RGB value is (102,158,131). Sum of RGB (Red+Green+Blue) = 102+158+131=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 158 (62.11% from 255 or 40.41% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 158 - color contains mainly: green. Hex color #669E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #669E83 is #99617C. Grayscale: #8A8A8A. Windows color (decimal): -10051965 or 8625766. OLE color: 8625766.
HSL color Cylindrical-coordinate representation of color #669E83: hue angle of 151.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #669E83 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 158 | 131 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.38 |
| HSL | 151.07º | 0.22% | 0.51% | - |
| HSV(B) | 151.07º | 0.35% | 0.62% | - |
| XYZ | 21.8 | 28.92 | 25.91 | - |
| YUV | 138.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 158 | 131 | 0.35 | 0 | 0.17 | 0.38 | 151.07 | 0.22 | 0.51 |
| Hex | 66 | 9E | 83 | 23 | 0 | 11 | 26 | 97 | 16 | 33 |
| Octal | 146 | 236 | 203 | 43 | 0 | 21 | 46 | 227 | 26 | 63 |
| Binary | 1100110 | 10011110 | 10000011 | 100011 | 0 | 10001 | 100110 | 10010111 | 10110 | 110011 |
Color Harmonies of #669E83
Complementary color
Monochromatic Colors of #669E83
Black with #669E83
Text Example
Text Example
White with #669E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669E83; }
p { color: rgb(102,158,131); }
H1.HeaderClassName
{
color: #669E83;
}
.AnyTagClassName
{
color: #669E83;
}
</style>
background-color css
<style>
a { background-color: #669E83; }
a { background-color: rgb(102,158,131); }
div.DivClassName
{
background-color: #669E83;
}
.BgClassName
{
background-color: #669E83;
}
</style>
border-color css
<style>
span { border-color: #669E83; }
span { border-color: rgb(102,158,131); }
td.TdClassName
{
border-color: #669E83;
}
.TagClassName
{
border-color: #669E83;
}
</style>