Shades of Oxley #639D79
Tints of Oxley #639D79
RGB
CMYK
RGB Variations
Color information
#639D79 (or 0x639D79) is known color: Oxley. HEX triplet: 63, 9D and 79. RGB value is (99,157,121). Sum of RGB (Red+Green+Blue) = 99+157+121=377 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.26% from 377); Green value is 157 (61.72% from 255 or 41.64% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 157 - color contains mainly: green. Hex color #639D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639D79 is #9C6286. Grayscale: #878787. Windows color (decimal): -10248839 or 7970147. OLE color: 7970147.
HSL color Cylindrical-coordinate representation of color #639D79: hue angle of 142.76º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639D79 is Cyan = 0.37, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 99 | 157 | 121 | - |
| CMYK | 0.37 | 0 | 0.23 | 0.38 |
| HSL | 142.76º | 0.23% | 0.5% | - |
| HSV(B) | 142.76º | 0.37% | 0.62% | - |
| XYZ | 20.65 | 28.15 | 22.43 | - |
| YUV | 135.55 | 119.78 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 157 | 121 | 0.37 | 0 | 0.23 | 0.38 | 142.76 | 0.23 | 0.5 |
| Hex | 63 | 9D | 79 | 25 | 0 | 17 | 26 | 8F | 17 | 32 |
| Octal | 143 | 235 | 171 | 45 | 0 | 27 | 46 | 217 | 27 | 62 |
| Binary | 1100011 | 10011101 | 1111001 | 100101 | 0 | 10111 | 100110 | 10001111 | 10111 | 110010 |
Color Harmonies of #639D79
Complementary color
Monochromatic Colors of #639D79
Black with #639D79
Text Example
Text Example
White with #639D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639D79; }
p { color: rgb(99,157,121); }
H1.HeaderClassName
{
color: #639D79;
}
.AnyTagClassName
{
color: #639D79;
}
</style>
background-color css
<style>
a { background-color: #639D79; }
a { background-color: rgb(99,157,121); }
div.DivClassName
{
background-color: #639D79;
}
.BgClassName
{
background-color: #639D79;
}
</style>
border-color css
<style>
span { border-color: #639D79; }
span { border-color: rgb(99,157,121); }
td.TdClassName
{
border-color: #639D79;
}
.TagClassName
{
border-color: #639D79;
}
</style>