Shades of Patina #679E83
Tints of Patina #679E83
RGB
CMYK
RGB Variations
Color information
#679E83 (or 0x679E83) is known color: Patina. HEX triplet: 67, 9E and 83. RGB value is (103,158,131). Sum of RGB (Red+Green+Blue) = 103+158+131=392 (51% of max value = 765). Red value is 103 (40.62% from 255 or 26.28% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #679E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #679E83 is #98617C. Grayscale: #8A8A8A. Windows color (decimal): -9986429 or 8625767. OLE color: 8625767.
HSL color Cylindrical-coordinate representation of color #679E83: hue angle of 150.55º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #679E83 is Cyan = 0.35, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 103 | 158 | 131 | - |
| CMYK | 0.35 | 0 | 0.17 | 0.38 |
| HSL | 150.55º | 0.22% | 0.51% | - |
| HSV(B) | 150.55º | 0.35% | 0.62% | - |
| XYZ | 21.92 | 28.98 | 25.91 | - |
| YUV | 138.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 158 | 131 | 0.35 | 0 | 0.17 | 0.38 | 150.55 | 0.22 | 0.51 |
| Hex | 67 | 9E | 83 | 23 | 0 | 11 | 26 | 97 | 16 | 33 |
| Octal | 147 | 236 | 203 | 43 | 0 | 21 | 46 | 227 | 26 | 63 |
| Binary | 1100111 | 10011110 | 10000011 | 100011 | 0 | 10001 | 100110 | 10010111 | 10110 | 110011 |
Color Harmonies of #679E83
Complementary color
Monochromatic Colors of #679E83
Black with #679E83
Text Example
Text Example
White with #679E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #679E83; }
p { color: rgb(103,158,131); }
H1.HeaderClassName
{
color: #679E83;
}
.AnyTagClassName
{
color: #679E83;
}
</style>
background-color css
<style>
a { background-color: #679E83; }
a { background-color: rgb(103,158,131); }
div.DivClassName
{
background-color: #679E83;
}
.BgClassName
{
background-color: #679E83;
}
</style>
border-color css
<style>
span { border-color: #679E83; }
span { border-color: rgb(103,158,131); }
td.TdClassName
{
border-color: #679E83;
}
.TagClassName
{
border-color: #679E83;
}
</style>