Shades of Patina #68937F
Tints of Patina #68937F
RGB
CMYK
RGB Variations
Color information
#68937F (or 0x68937F) is known color: Patina. HEX triplet: 68, 93 and 7F. RGB value is (104,147,127). Sum of RGB (Red+Green+Blue) = 104+147+127=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #68937F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68937F is #976C80. Grayscale: #838383. Windows color (decimal): -9923713 or 8360808. OLE color: 8360808.
HSL color Cylindrical-coordinate representation of color #68937F: hue angle of 152.09º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #68937F is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 127 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.42 |
| HSL | 152.09º | 0.17% | 0.49% | - |
| HSV(B) | 152.09º | 0.29% | 0.58% | - |
| XYZ | 19.97 | 25.34 | 23.92 | - |
| YUV | 131.86 | 125.25 | 108.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 127 | 0.29 | 0 | 0.14 | 0.42 | 152.09 | 0.17 | 0.49 |
| Hex | 68 | 93 | 7F | 1D | 0 | E | 2A | 98 | 11 | 31 |
| Octal | 150 | 223 | 177 | 35 | 0 | 16 | 52 | 230 | 21 | 61 |
| Binary | 1101000 | 10010011 | 1111111 | 11101 | 0 | 1110 | 101010 | 10011000 | 10001 | 110001 |
Color Harmonies of #68937F
Complementary color
Monochromatic Colors of #68937F
Black with #68937F
Text Example
Text Example
White with #68937F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68937F; }
p { color: rgb(104,147,127); }
H1.HeaderClassName
{
color: #68937F;
}
.AnyTagClassName
{
color: #68937F;
}
</style>
background-color css
<style>
a { background-color: #68937F; }
a { background-color: rgb(104,147,127); }
div.DivClassName
{
background-color: #68937F;
}
.BgClassName
{
background-color: #68937F;
}
</style>
border-color css
<style>
span { border-color: #68937F; }
span { border-color: rgb(104,147,127); }
td.TdClassName
{
border-color: #68937F;
}
.TagClassName
{
border-color: #68937F;
}
</style>