Shades of Patina #689484
Tints of Patina #689484
RGB
CMYK
RGB Variations
Color information
#689484 (or 0x689484) is known color: Patina. HEX triplet: 68, 94 and 84. RGB value is (104,148,132). Sum of RGB (Red+Green+Blue) = 104+148+132=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #689484 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689484 is #976B7B. Grayscale: #858585. Windows color (decimal): -9923452 or 8688744. OLE color: 8688744.
HSL color Cylindrical-coordinate representation of color #689484: hue angle of 158.18º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689484 is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 132 | - |
| CMYK | 0.30 | 0 | 0.11 | 0.42 |
| HSL | 158.18º | 0.17% | 0.49% | - |
| HSV(B) | 158.18º | 0.3% | 0.58% | - |
| XYZ | 20.46 | 25.79 | 25.73 | - |
| YUV | 133.02 | 127.42 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 132 | 0.30 | 0 | 0.11 | 0.42 | 158.18 | 0.17 | 0.49 |
| Hex | 68 | 94 | 84 | 1E | 0 | B | 2A | 9E | 11 | 31 |
| Octal | 150 | 224 | 204 | 36 | 0 | 13 | 52 | 236 | 21 | 61 |
| Binary | 1101000 | 10010100 | 10000100 | 11110 | 0 | 1011 | 101010 | 10011110 | 10001 | 110001 |
Color Harmonies of #689484
Complementary color
Monochromatic Colors of #689484
Black with #689484
Text Example
Text Example
White with #689484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689484; }
p { color: rgb(104,148,132); }
H1.HeaderClassName
{
color: #689484;
}
.AnyTagClassName
{
color: #689484;
}
</style>
background-color css
<style>
a { background-color: #689484; }
a { background-color: rgb(104,148,132); }
div.DivClassName
{
background-color: #689484;
}
.BgClassName
{
background-color: #689484;
}
</style>
border-color css
<style>
span { border-color: #689484; }
span { border-color: rgb(104,148,132); }
td.TdClassName
{
border-color: #689484;
}
.TagClassName
{
border-color: #689484;
}
</style>