Shades of Patina #679B83
Tints of Patina #679B83
RGB
CMYK
RGB Variations
Color information
#679B83 (or 0x679B83) is known color: Patina. HEX triplet: 67, 9B and 83. RGB value is (103,155,131). Sum of RGB (Red+Green+Blue) = 103+155+131=389 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.48% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 155 - color contains mainly: green. Hex color #679B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679B83 is #98647C. Grayscale: #888888. Windows color (decimal): -9987197 or 8624999. OLE color: 8624999.
HSL color Cylindrical-coordinate representation of color #679B83: hue angle of 152.31º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #679B83 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 103 | 155 | 131 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.39 |
| HSL | 152.31º | 0.21% | 0.51% | - |
| HSV(B) | 152.31º | 0.34% | 0.61% | - |
| XYZ | 21.41 | 27.96 | 25.74 | - |
| YUV | 136.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 155 | 131 | 0.34 | 0 | 0.15 | 0.39 | 152.31 | 0.21 | 0.51 |
| Hex | 67 | 9B | 83 | 22 | 0 | F | 27 | 98 | 15 | 33 |
| Octal | 147 | 233 | 203 | 42 | 0 | 17 | 47 | 230 | 25 | 63 |
| Binary | 1100111 | 10011011 | 10000011 | 100010 | 0 | 1111 | 100111 | 10011000 | 10101 | 110011 |
Color Harmonies of #679B83
Complementary color
Monochromatic Colors of #679B83
Black with #679B83
Text Example
Text Example
White with #679B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679B83; }
p { color: rgb(103,155,131); }
H1.HeaderClassName
{
color: #679B83;
}
.AnyTagClassName
{
color: #679B83;
}
</style>
background-color css
<style>
a { background-color: #679B83; }
a { background-color: rgb(103,155,131); }
div.DivClassName
{
background-color: #679B83;
}
.BgClassName
{
background-color: #679B83;
}
</style>
border-color css
<style>
span { border-color: #679B83; }
span { border-color: rgb(103,155,131); }
td.TdClassName
{
border-color: #679B83;
}
.TagClassName
{
border-color: #679B83;
}
</style>