Shades of Patina #639A7F
Tints of Patina #639A7F
RGB
CMYK
RGB Variations
Color information
#639A7F (or 0x639A7F) is known color: Patina. HEX triplet: 63, 9A and 7F. RGB value is (99,154,127). Sum of RGB (Red+Green+Blue) = 99+154+127=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 154 - color contains mainly: green. Hex color #639A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A7F is #9C6580. Grayscale: #868686. Windows color (decimal): -10249601 or 8362595. OLE color: 8362595.
HSL color Cylindrical-coordinate representation of color #639A7F: hue angle of 150.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639A7F is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 99 | 154 | 127 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.40 |
| HSL | 150.55º | 0.22% | 0.5% | - |
| HSV(B) | 150.55º | 0.36% | 0.6% | - |
| XYZ | 20.53 | 27.3 | 24.27 | - |
| YUV | 134.48 | 123.78 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 154 | 127 | 0.36 | 0 | 0.18 | 0.40 | 150.55 | 0.22 | 0.5 |
| Hex | 63 | 9A | 7F | 24 | 0 | 12 | 28 | 97 | 16 | 32 |
| Octal | 143 | 232 | 177 | 44 | 0 | 22 | 50 | 227 | 26 | 62 |
| Binary | 1100011 | 10011010 | 1111111 | 100100 | 0 | 10010 | 101000 | 10010111 | 10110 | 110010 |
Color Harmonies of #639A7F
Complementary color
Monochromatic Colors of #639A7F
Black with #639A7F
Text Example
Text Example
White with #639A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639A7F; }
p { color: rgb(99,154,127); }
H1.HeaderClassName
{
color: #639A7F;
}
.AnyTagClassName
{
color: #639A7F;
}
</style>
background-color css
<style>
a { background-color: #639A7F; }
a { background-color: rgb(99,154,127); }
div.DivClassName
{
background-color: #639A7F;
}
.BgClassName
{
background-color: #639A7F;
}
</style>
border-color css
<style>
span { border-color: #639A7F; }
span { border-color: rgb(99,154,127); }
td.TdClassName
{
border-color: #639A7F;
}
.TagClassName
{
border-color: #639A7F;
}
</style>