Shades of Oxley #639F79
Tints of Oxley #639F79
RGB
CMYK
RGB Variations
Color information
#639F79 (or 0x639F79) is known color: Oxley. HEX triplet: 63, 9F and 79. RGB value is (99,159,121). Sum of RGB (Red+Green+Blue) = 99+159+121=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #639F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639F79 is #9C6086. Grayscale: #888888. Windows color (decimal): -10248327 or 7970659. OLE color: 7970659.
HSL color Cylindrical-coordinate representation of color #639F79: hue angle of 142º 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 #639F79 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 159 | 121 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.38 |
| HSL | 142º | 0.24% | 0.51% | - |
| HSV(B) | 142º | 0.38% | 0.62% | - |
| XYZ | 20.99 | 28.83 | 22.55 | - |
| YUV | 136.73 | 119.12 | 101.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 159 | 121 | 0.38 | 0 | 0.24 | 0.38 | 142 | 0.24 | 0.51 |
| Hex | 63 | 9F | 79 | 26 | 0 | 18 | 26 | 8E | 18 | 33 |
| Octal | 143 | 237 | 171 | 46 | 0 | 30 | 46 | 216 | 30 | 63 |
| Binary | 1100011 | 10011111 | 1111001 | 100110 | 0 | 11000 | 100110 | 10001110 | 11000 | 110011 |
Color Harmonies of #639F79
Complementary color
Monochromatic Colors of #639F79
Black with #639F79
Text Example
Text Example
White with #639F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639F79; }
p { color: rgb(99,159,121); }
H1.HeaderClassName
{
color: #639F79;
}
.AnyTagClassName
{
color: #639F79;
}
</style>
background-color css
<style>
a { background-color: #639F79; }
a { background-color: rgb(99,159,121); }
div.DivClassName
{
background-color: #639F79;
}
.BgClassName
{
background-color: #639F79;
}
</style>
border-color css
<style>
span { border-color: #639F79; }
span { border-color: rgb(99,159,121); }
td.TdClassName
{
border-color: #639F79;
}
.TagClassName
{
border-color: #639F79;
}
</style>