Shades of Patina #699682
Tints of Patina #699682
RGB
CMYK
RGB Variations
Color information
#699682 (or 0x699682) is known color: Patina. HEX triplet: 69, 96 and 82. RGB value is (105,150,130). Sum of RGB (Red+Green+Blue) = 105+150+130=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 150 - color contains mainly: green. Hex color #699682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #699682 is #96697D. Grayscale: #868686. Windows color (decimal): -9857406 or 8558185. OLE color: 8558185.
HSL color Cylindrical-coordinate representation of color #699682: hue angle of 153.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699682 is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 105 | 150 | 130 | - |
| CMYK | 0.30 | 0 | 0.13 | 0.41 |
| HSL | 153.33º | 0.18% | 0.5% | - |
| HSV(B) | 153.33º | 0.3% | 0.59% | - |
| XYZ | 20.76 | 26.43 | 25.13 | - |
| YUV | 134.27 | 125.59 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 150 | 130 | 0.30 | 0 | 0.13 | 0.41 | 153.33 | 0.18 | 0.5 |
| Hex | 69 | 96 | 82 | 1E | 0 | D | 29 | 99 | 12 | 32 |
| Octal | 151 | 226 | 202 | 36 | 0 | 15 | 51 | 231 | 22 | 62 |
| Binary | 1101001 | 10010110 | 10000010 | 11110 | 0 | 1101 | 101001 | 10011001 | 10010 | 110010 |
Color Harmonies of #699682
Complementary color
Monochromatic Colors of #699682
Black with #699682
Text Example
Text Example
White with #699682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699682; }
p { color: rgb(105,150,130); }
H1.HeaderClassName
{
color: #699682;
}
.AnyTagClassName
{
color: #699682;
}
</style>
background-color css
<style>
a { background-color: #699682; }
a { background-color: rgb(105,150,130); }
div.DivClassName
{
background-color: #699682;
}
.BgClassName
{
background-color: #699682;
}
</style>
border-color css
<style>
span { border-color: #699682; }
span { border-color: rgb(105,150,130); }
td.TdClassName
{
border-color: #699682;
}
.TagClassName
{
border-color: #699682;
}
</style>