Shades of Patina #638B7D
Tints of Patina #638B7D
RGB
CMYK
RGB Variations
Color information
#638B7D (or 0x638B7D) is known color: Patina. HEX triplet: 63, 8B and 7D. RGB value is (99,139,125). Sum of RGB (Red+Green+Blue) = 99+139+125=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 139 - color contains mainly: green. Hex color #638B7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #638B7D is #9C7482. Grayscale: #7D7D7D. Windows color (decimal): -10253443 or 8227683. OLE color: 8227683.
HSL color Cylindrical-coordinate representation of color #638B7D: hue angle of 159º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #638B7D is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 99 | 139 | 125 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.45 |
| HSL | 159º | 0.17% | 0.47% | - |
| HSV(B) | 159º | 0.29% | 0.55% | - |
| XYZ | 18.08 | 22.6 | 22.81 | - |
| YUV | 125.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 139 | 125 | 0.29 | 0 | 0.10 | 0.45 | 159 | 0.17 | 0.47 |
| Hex | 63 | 8B | 7D | 1D | 0 | A | 2D | 9F | 11 | 2F |
| Octal | 143 | 213 | 175 | 35 | 0 | 12 | 55 | 237 | 21 | 57 |
| Binary | 1100011 | 10001011 | 1111101 | 11101 | 0 | 1010 | 101101 | 10011111 | 10001 | 101111 |
Color Harmonies of #638B7D
Complementary color
Monochromatic Colors of #638B7D
Black with #638B7D
Text Example
Text Example
White with #638B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #638B7D; }
p { color: rgb(99,139,125); }
H1.HeaderClassName
{
color: #638B7D;
}
.AnyTagClassName
{
color: #638B7D;
}
</style>
background-color css
<style>
a { background-color: #638B7D; }
a { background-color: rgb(99,139,125); }
div.DivClassName
{
background-color: #638B7D;
}
.BgClassName
{
background-color: #638B7D;
}
</style>
border-color css
<style>
span { border-color: #638B7D; }
span { border-color: rgb(99,139,125); }
td.TdClassName
{
border-color: #638B7D;
}
.TagClassName
{
border-color: #638B7D;
}
</style>