Shades of Patina #67998D
Tints of Patina #67998D
RGB
CMYK
RGB Variations
Color information
#67998D (or 0x67998D) is known color: Patina. HEX triplet: 67, 99 and 8D. RGB value is (103,153,141). Sum of RGB (Red+Green+Blue) = 103+153+141=397 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.94% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #67998D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #67998D is #986672. Grayscale: #888888. Windows color (decimal): -9987699 or 9279847. OLE color: 9279847.
HSL color Cylindrical-coordinate representation of color #67998D: hue angle of 165.6º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #67998D is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 103 | 153 | 141 | - |
| CMYK | 0.33 | 0 | 0.08 | 0.4 |
| HSL | 165.6º | 0.2% | 0.5% | - |
| HSV(B) | 165.6º | 0.33% | 0.6% | - |
| XYZ | 21.79 | 27.59 | 29.38 | - |
| YUV | 136.68 | 130.44 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 153 | 141 | 0.33 | 0 | 0.08 | 0.4 | 165.6 | 0.2 | 0.5 |
| Hex | 67 | 99 | 8D | 21 | 0 | 8 | 28 | A6 | 14 | 32 |
| Octal | 147 | 231 | 215 | 41 | 0 | 10 | 50 | 246 | 24 | 62 |
| Binary | 1100111 | 10011001 | 10001101 | 100001 | 0 | 1000 | 101000 | 10100110 | 10100 | 110010 |
Color Harmonies of #67998D
Complementary color
Monochromatic Colors of #67998D
Black with #67998D
Text Example
Text Example
White with #67998D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67998D; }
p { color: rgb(103,153,141); }
H1.HeaderClassName
{
color: #67998D;
}
.AnyTagClassName
{
color: #67998D;
}
</style>
background-color css
<style>
a { background-color: #67998D; }
a { background-color: rgb(103,153,141); }
div.DivClassName
{
background-color: #67998D;
}
.BgClassName
{
background-color: #67998D;
}
</style>
border-color css
<style>
span { border-color: #67998D; }
span { border-color: rgb(103,153,141); }
td.TdClassName
{
border-color: #67998D;
}
.TagClassName
{
border-color: #67998D;
}
</style>