Shades of Oxley #639679
Tints of Oxley #639679
RGB
CMYK
RGB Variations
Color information
#639679 (or 0x639679) is known color: Oxley. HEX triplet: 63, 96 and 79. RGB value is (99,150,121). Sum of RGB (Red+Green+Blue) = 99+150+121=370 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.76% from 370); Green value is 150 (58.98% from 255 or 40.54% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 150 - color contains mainly: green. Hex color #639679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639679 is #9C6986. Grayscale: #838383. Windows color (decimal): -10250631 or 7968355. OLE color: 7968355.
HSL color Cylindrical-coordinate representation of color #639679: hue angle of 145.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #639679 is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 99 | 150 | 121 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.41 |
| HSL | 145.88º | 0.2% | 0.49% | - |
| HSV(B) | 145.88º | 0.34% | 0.59% | - |
| XYZ | 19.5 | 25.85 | 22.05 | - |
| YUV | 131.45 | 122.1 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 150 | 121 | 0.34 | 0 | 0.19 | 0.41 | 145.88 | 0.2 | 0.49 |
| Hex | 63 | 96 | 79 | 22 | 0 | 13 | 29 | 92 | 14 | 31 |
| Octal | 143 | 226 | 171 | 42 | 0 | 23 | 51 | 222 | 24 | 61 |
| Binary | 1100011 | 10010110 | 1111001 | 100010 | 0 | 10011 | 101001 | 10010010 | 10100 | 110001 |
Color Harmonies of #639679
Complementary color
Monochromatic Colors of #639679
Black with #639679
Text Example
Text Example
White with #639679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #639679; }
p { color: rgb(99,150,121); }
H1.HeaderClassName
{
color: #639679;
}
.AnyTagClassName
{
color: #639679;
}
</style>
background-color css
<style>
a { background-color: #639679; }
a { background-color: rgb(99,150,121); }
div.DivClassName
{
background-color: #639679;
}
.BgClassName
{
background-color: #639679;
}
</style>
border-color css
<style>
span { border-color: #639679; }
span { border-color: rgb(99,150,121); }
td.TdClassName
{
border-color: #639679;
}
.TagClassName
{
border-color: #639679;
}
</style>