Shades of Patina #689583
Tints of Patina #689583
RGB
CMYK
RGB Variations
Color information
#689583 (or 0x689583) is known color: Patina. HEX triplet: 68, 95 and 83. RGB value is (104,149,131). Sum of RGB (Red+Green+Blue) = 104+149+131=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 149 (58.59% from 255 or 38.80% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 149 - color contains mainly: green. Hex color #689583 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #689583 is #976A7C. Grayscale: #858585. Windows color (decimal): -9923197 or 8623464. OLE color: 8623464.
HSL color Cylindrical-coordinate representation of color #689583: hue angle of 156º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #689583 is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 131 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.42 |
| HSL | 156º | 0.18% | 0.5% | - |
| HSV(B) | 156º | 0.3% | 0.58% | - |
| XYZ | 20.55 | 26.08 | 25.42 | - |
| YUV | 133.49 | 126.59 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 131 | 0.30 | 0 | 0.12 | 0.42 | 156 | 0.18 | 0.5 |
| Hex | 68 | 95 | 83 | 1E | 0 | C | 2A | 9C | 12 | 32 |
| Octal | 150 | 225 | 203 | 36 | 0 | 14 | 52 | 234 | 22 | 62 |
| Binary | 1101000 | 10010101 | 10000011 | 11110 | 0 | 1100 | 101010 | 10011100 | 10010 | 110010 |
Color Harmonies of #689583
Complementary color
Monochromatic Colors of #689583
Black with #689583
Text Example
Text Example
White with #689583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689583; }
p { color: rgb(104,149,131); }
H1.HeaderClassName
{
color: #689583;
}
.AnyTagClassName
{
color: #689583;
}
</style>
background-color css
<style>
a { background-color: #689583; }
a { background-color: rgb(104,149,131); }
div.DivClassName
{
background-color: #689583;
}
.BgClassName
{
background-color: #689583;
}
</style>
border-color css
<style>
span { border-color: #689583; }
span { border-color: rgb(104,149,131); }
td.TdClassName
{
border-color: #689583;
}
.TagClassName
{
border-color: #689583;
}
</style>