Shades of Patina #67907C
Tints of Patina #67907C
RGB
CMYK
RGB Variations
Color information
#67907C (or 0x67907C) is known color: Patina. HEX triplet: 67, 90 and 7C. RGB value is (103,144,124). Sum of RGB (Red+Green+Blue) = 103+144+124=371 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.76% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #67907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67907C is #986F83. Grayscale: #818181. Windows color (decimal): -9990020 or 8163431. OLE color: 8163431.
HSL color Cylindrical-coordinate representation of color #67907C: hue angle of 150.73º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #67907C is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 103 | 144 | 124 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.44 |
| HSL | 150.73º | 0.17% | 0.48% | - |
| HSV(B) | 150.73º | 0.28% | 0.56% | - |
| XYZ | 19.2 | 24.29 | 22.74 | - |
| YUV | 129.46 | 124.92 | 109.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 144 | 124 | 0.28 | 0 | 0.14 | 0.44 | 150.73 | 0.17 | 0.48 |
| Hex | 67 | 90 | 7C | 1C | 0 | E | 2C | 97 | 11 | 30 |
| Octal | 147 | 220 | 174 | 34 | 0 | 16 | 54 | 227 | 21 | 60 |
| Binary | 1100111 | 10010000 | 1111100 | 11100 | 0 | 1110 | 101100 | 10010111 | 10001 | 110000 |
Color Harmonies of #67907C
Complementary color
Monochromatic Colors of #67907C
Black with #67907C
Text Example
Text Example
White with #67907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67907C; }
p { color: rgb(103,144,124); }
H1.HeaderClassName
{
color: #67907C;
}
.AnyTagClassName
{
color: #67907C;
}
</style>
background-color css
<style>
a { background-color: #67907C; }
a { background-color: rgb(103,144,124); }
div.DivClassName
{
background-color: #67907C;
}
.BgClassName
{
background-color: #67907C;
}
</style>
border-color css
<style>
span { border-color: #67907C; }
span { border-color: rgb(103,144,124); }
td.TdClassName
{
border-color: #67907C;
}
.TagClassName
{
border-color: #67907C;
}
</style>