Shades of Patina #639F7F
Tints of Patina #639F7F
RGB
CMYK
RGB Variations
Color information
#639F7F (or 0x639F7F) is known color: Patina. HEX triplet: 63, 9F and 7F. RGB value is (99,159,127). Sum of RGB (Red+Green+Blue) = 99+159+127=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 159 (62.5% from 255 or 41.30% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 159 - color contains mainly: green. Hex color #639F7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F7F is #9C6080. Grayscale: #898989. Windows color (decimal): -10248321 or 8363875. OLE color: 8363875.
HSL color Cylindrical-coordinate representation of color #639F7F: hue angle of 148º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #639F7F is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 127 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.38 |
| HSL | 148º | 0.24% | 0.51% | - |
| HSV(B) | 148º | 0.38% | 0.62% | - |
| XYZ | 21.37 | 28.98 | 24.55 | - |
| YUV | 137.41 | 122.12 | 100.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 127 | 0.38 | 0 | 0.20 | 0.38 | 148 | 0.24 | 0.51 |
| Hex | 63 | 9F | 7F | 26 | 0 | 14 | 26 | 94 | 18 | 33 |
| Octal | 143 | 237 | 177 | 46 | 0 | 24 | 46 | 224 | 30 | 63 |
| Binary | 1100011 | 10011111 | 1111111 | 100110 | 0 | 10100 | 100110 | 10010100 | 11000 | 110011 |
Color Harmonies of #639F7F
Complementary color
Monochromatic Colors of #639F7F
Black with #639F7F
Text Example
Text Example
White with #639F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F7F; }
p { color: rgb(99,159,127); }
H1.HeaderClassName
{
color: #639F7F;
}
.AnyTagClassName
{
color: #639F7F;
}
</style>
background-color css
<style>
a { background-color: #639F7F; }
a { background-color: rgb(99,159,127); }
div.DivClassName
{
background-color: #639F7F;
}
.BgClassName
{
background-color: #639F7F;
}
</style>
border-color css
<style>
span { border-color: #639F7F; }
span { border-color: rgb(99,159,127); }
td.TdClassName
{
border-color: #639F7F;
}
.TagClassName
{
border-color: #639F7F;
}
</style>