Shades of Patina #68A184
Tints of Patina #68A184
RGB
CMYK
RGB Variations
Color information
#68A184 (or 0x68A184) is known color: Patina. HEX triplet: 68, A1 and 84. RGB value is (104,161,132). Sum of RGB (Red+Green+Blue) = 104+161+132=397 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.20% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #68A184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68A184 is #975E7B. Grayscale: #8C8C8C. Windows color (decimal): -9920124 or 8692072. OLE color: 8692072.
HSL color Cylindrical-coordinate representation of color #68A184: hue angle of 149.47º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68A184 is Cyan = 0.35, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 104 | 161 | 132 | - |
| CMYK | 0.35 | 0 | 0.18 | 0.37 |
| HSL | 149.47º | 0.23% | 0.52% | - |
| HSV(B) | 149.47º | 0.35% | 0.63% | - |
| XYZ | 22.62 | 30.1 | 26.45 | - |
| YUV | 140.65 | 123.12 | 101.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 161 | 132 | 0.35 | 0 | 0.18 | 0.37 | 149.47 | 0.23 | 0.52 |
| Hex | 68 | A1 | 84 | 23 | 0 | 12 | 25 | 95 | 17 | 34 |
| Octal | 150 | 241 | 204 | 43 | 0 | 22 | 45 | 225 | 27 | 64 |
| Binary | 1101000 | 10100001 | 10000100 | 100011 | 0 | 10010 | 100101 | 10010101 | 10111 | 110100 |
Color Harmonies of #68A184
Complementary color
Monochromatic Colors of #68A184
Black with #68A184
Text Example
Text Example
White with #68A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A184; }
p { color: rgb(104,161,132); }
H1.HeaderClassName
{
color: #68A184;
}
.AnyTagClassName
{
color: #68A184;
}
</style>
background-color css
<style>
a { background-color: #68A184; }
a { background-color: rgb(104,161,132); }
div.DivClassName
{
background-color: #68A184;
}
.BgClassName
{
background-color: #68A184;
}
</style>
border-color css
<style>
span { border-color: #68A184; }
span { border-color: rgb(104,161,132); }
td.TdClassName
{
border-color: #68A184;
}
.TagClassName
{
border-color: #68A184;
}
</style>