Shades of Patina #67917C
Tints of Patina #67917C
RGB
CMYK
RGB Variations
Color information
#67917C (or 0x67917C) is known color: Patina. HEX triplet: 67, 91 and 7C. RGB value is (103,145,124). Sum of RGB (Red+Green+Blue) = 103+145+124=372 (49% of max value = 765). Red value is 103 (40.62% from 255 or 27.69% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 124 (48.83% from 255 or 33.33% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #67917C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67917C is #986E83. Grayscale: #828282. Windows color (decimal): -9989764 or 8163687. OLE color: 8163687.
HSL color Cylindrical-coordinate representation of color #67917C: hue angle of 150º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #67917C is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 103 | 145 | 124 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.43 |
| HSL | 150º | 0.17% | 0.49% | - |
| HSV(B) | 150º | 0.29% | 0.57% | - |
| XYZ | 19.36 | 24.59 | 22.79 | - |
| YUV | 130.05 | 124.59 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 145 | 124 | 0.29 | 0 | 0.14 | 0.43 | 150 | 0.17 | 0.49 |
| Hex | 67 | 91 | 7C | 1D | 0 | E | 2B | 96 | 11 | 31 |
| Octal | 147 | 221 | 174 | 35 | 0 | 16 | 53 | 226 | 21 | 61 |
| Binary | 1100111 | 10010001 | 1111100 | 11101 | 0 | 1110 | 101011 | 10010110 | 10001 | 110001 |
Color Harmonies of #67917C
Complementary color
Monochromatic Colors of #67917C
Black with #67917C
Text Example
Text Example
White with #67917C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67917C; }
p { color: rgb(103,145,124); }
H1.HeaderClassName
{
color: #67917C;
}
.AnyTagClassName
{
color: #67917C;
}
</style>
background-color css
<style>
a { background-color: #67917C; }
a { background-color: rgb(103,145,124); }
div.DivClassName
{
background-color: #67917C;
}
.BgClassName
{
background-color: #67917C;
}
</style>
border-color css
<style>
span { border-color: #67917C; }
span { border-color: rgb(103,145,124); }
td.TdClassName
{
border-color: #67917C;
}
.TagClassName
{
border-color: #67917C;
}
</style>