Shades of Patina #689385
Tints of Patina #689385
RGB
CMYK
RGB Variations
Color information
#689385 (or 0x689385) is known color: Patina. HEX triplet: 68, 93 and 85. RGB value is (104,147,133). Sum of RGB (Red+Green+Blue) = 104+147+133=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 147 (57.81% from 255 or 38.28% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 147 - color contains mainly: green. Hex color #689385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689385 is #976C7A. Grayscale: #848484. Windows color (decimal): -9923707 or 8754024. OLE color: 8754024.
HSL color Cylindrical-coordinate representation of color #689385: hue angle of 160.47º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #689385 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 133 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.42 |
| HSL | 160.47º | 0.17% | 0.49% | - |
| HSV(B) | 160.47º | 0.29% | 0.58% | - |
| XYZ | 20.38 | 25.5 | 26.04 | - |
| YUV | 132.55 | 128.25 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 133 | 0.29 | 0 | 0.10 | 0.42 | 160.47 | 0.17 | 0.49 |
| Hex | 68 | 93 | 85 | 1D | 0 | A | 2A | A0 | 11 | 31 |
| Octal | 150 | 223 | 205 | 35 | 0 | 12 | 52 | 240 | 21 | 61 |
| Binary | 1101000 | 10010011 | 10000101 | 11101 | 0 | 1010 | 101010 | 10100000 | 10001 | 110001 |
Color Harmonies of #689385
Complementary color
Monochromatic Colors of #689385
Black with #689385
Text Example
Text Example
White with #689385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689385; }
p { color: rgb(104,147,133); }
H1.HeaderClassName
{
color: #689385;
}
.AnyTagClassName
{
color: #689385;
}
</style>
background-color css
<style>
a { background-color: #689385; }
a { background-color: rgb(104,147,133); }
div.DivClassName
{
background-color: #689385;
}
.BgClassName
{
background-color: #689385;
}
</style>
border-color css
<style>
span { border-color: #689385; }
span { border-color: rgb(104,147,133); }
td.TdClassName
{
border-color: #689385;
}
.TagClassName
{
border-color: #689385;
}
</style>