Shades of Patina #669B7F
Tints of Patina #669B7F
RGB
CMYK
RGB Variations
Color information
#669B7F (or 0x669B7F) is known color: Patina. HEX triplet: 66, 9B and 7F. RGB value is (102,155,127). Sum of RGB (Red+Green+Blue) = 102+155+127=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 155 (60.94% from 255 or 40.36% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 155 - color contains mainly: green. Hex color #669B7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B7F is #996480. Grayscale: #888888. Windows color (decimal): -10052737 or 8362854. OLE color: 8362854.
HSL color Cylindrical-coordinate representation of color #669B7F: hue angle of 148.3º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669B7F is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 155 | 127 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.39 |
| HSL | 148.3º | 0.21% | 0.5% | - |
| HSV(B) | 148.3º | 0.34% | 0.61% | - |
| XYZ | 21.03 | 27.8 | 24.34 | - |
| YUV | 135.96 | 122.94 | 103.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 155 | 127 | 0.34 | 0 | 0.18 | 0.39 | 148.3 | 0.21 | 0.5 |
| Hex | 66 | 9B | 7F | 22 | 0 | 12 | 27 | 94 | 15 | 32 |
| Octal | 146 | 233 | 177 | 42 | 0 | 22 | 47 | 224 | 25 | 62 |
| Binary | 1100110 | 10011011 | 1111111 | 100010 | 0 | 10010 | 100111 | 10010100 | 10101 | 110010 |
Color Harmonies of #669B7F
Complementary color
Monochromatic Colors of #669B7F
Black with #669B7F
Text Example
Text Example
White with #669B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #669B7F; }
p { color: rgb(102,155,127); }
H1.HeaderClassName
{
color: #669B7F;
}
.AnyTagClassName
{
color: #669B7F;
}
</style>
background-color css
<style>
a { background-color: #669B7F; }
a { background-color: rgb(102,155,127); }
div.DivClassName
{
background-color: #669B7F;
}
.BgClassName
{
background-color: #669B7F;
}
</style>
border-color css
<style>
span { border-color: #669B7F; }
span { border-color: rgb(102,155,127); }
td.TdClassName
{
border-color: #669B7F;
}
.TagClassName
{
border-color: #669B7F;
}
</style>