Shades of Patina #679682
Tints of Patina #679682
RGB
CMYK
RGB Variations
Color information
#679682 (or 0x679682) is known color: Patina. HEX triplet: 67, 96 and 82. RGB value is (103,150,130). Sum of RGB (Red+Green+Blue) = 103+150+130=383 (50% of max value = 765). Red value is 103 (40.62% from 255 or 26.89% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 150 - color contains mainly: green. Hex color #679682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679682 is #98697D. Grayscale: #858585. Windows color (decimal): -9988478 or 8558183. OLE color: 8558183.
HSL color Cylindrical-coordinate representation of color #679682: hue angle of 154.47º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #679682 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 103 | 150 | 130 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.41 |
| HSL | 154.47º | 0.19% | 0.5% | - |
| HSV(B) | 154.47º | 0.31% | 0.59% | - |
| XYZ | 20.53 | 26.31 | 25.12 | - |
| YUV | 133.67 | 125.93 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 150 | 130 | 0.31 | 0 | 0.13 | 0.41 | 154.47 | 0.19 | 0.5 |
| Hex | 67 | 96 | 82 | 1F | 0 | D | 29 | 9A | 13 | 32 |
| Octal | 147 | 226 | 202 | 37 | 0 | 15 | 51 | 232 | 23 | 62 |
| Binary | 1100111 | 10010110 | 10000010 | 11111 | 0 | 1101 | 101001 | 10011010 | 10011 | 110010 |
Color Harmonies of #679682
Complementary color
Monochromatic Colors of #679682
Black with #679682
Text Example
Text Example
White with #679682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679682; }
p { color: rgb(103,150,130); }
H1.HeaderClassName
{
color: #679682;
}
.AnyTagClassName
{
color: #679682;
}
</style>
background-color css
<style>
a { background-color: #679682; }
a { background-color: rgb(103,150,130); }
div.DivClassName
{
background-color: #679682;
}
.BgClassName
{
background-color: #679682;
}
</style>
border-color css
<style>
span { border-color: #679682; }
span { border-color: rgb(103,150,130); }
td.TdClassName
{
border-color: #679682;
}
.TagClassName
{
border-color: #679682;
}
</style>