Shades of Patina #678A7E
Tints of Patina #678A7E
RGB
CMYK
RGB Variations
Color information
#678A7E (or 0x678A7E) is known color: Patina. HEX triplet: 67, 8A and 7E. RGB value is (103,138,126). Sum of RGB (Red+Green+Blue) = 103+138+126=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #678A7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #678A7E is #987581. Grayscale: #7E7E7E. Windows color (decimal): -9991554 or 8292967. OLE color: 8292967.
HSL color Cylindrical-coordinate representation of color #678A7E: hue angle of 159.43º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #678A7E is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 103 | 138 | 126 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.46 |
| HSL | 159.43º | 0.15% | 0.47% | - |
| HSV(B) | 159.43º | 0.25% | 0.54% | - |
| XYZ | 18.45 | 22.57 | 23.12 | - |
| YUV | 126.17 | 127.9 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 138 | 126 | 0.25 | 0 | 0.09 | 0.46 | 159.43 | 0.15 | 0.47 |
| Hex | 67 | 8A | 7E | 19 | 0 | 9 | 2E | 9F | F | 2F |
| Octal | 147 | 212 | 176 | 31 | 0 | 11 | 56 | 237 | 17 | 57 |
| Binary | 1100111 | 10001010 | 1111110 | 11001 | 0 | 1001 | 101110 | 10011111 | 1111 | 101111 |
Color Harmonies of #678A7E
Complementary color
Monochromatic Colors of #678A7E
Black with #678A7E
Text Example
Text Example
White with #678A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #678A7E; }
p { color: rgb(103,138,126); }
H1.HeaderClassName
{
color: #678A7E;
}
.AnyTagClassName
{
color: #678A7E;
}
</style>
background-color css
<style>
a { background-color: #678A7E; }
a { background-color: rgb(103,138,126); }
div.DivClassName
{
background-color: #678A7E;
}
.BgClassName
{
background-color: #678A7E;
}
</style>
border-color css
<style>
span { border-color: #678A7E; }
span { border-color: rgb(103,138,126); }
td.TdClassName
{
border-color: #678A7E;
}
.TagClassName
{
border-color: #678A7E;
}
</style>