Shades of Oxley #649F78
Tints of Oxley #649F78
RGB
CMYK
RGB Variations
Color information
#649F78 (or 0x649F78) is known color: Oxley. HEX triplet: 64, 9F and 78. RGB value is (100,159,120). Sum of RGB (Red+Green+Blue) = 100+159+120=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 159 (62.5% from 255 or 41.95% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 159 - color contains mainly: green. Hex color #649F78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F78 is #9B6087. Grayscale: #898989. Windows color (decimal): -10182792 or 7905124. OLE color: 7905124.
HSL color Cylindrical-coordinate representation of color #649F78: hue angle of 140.34º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F78 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 120 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.38 |
| HSL | 140.34º | 0.24% | 0.51% | - |
| HSV(B) | 140.34º | 0.37% | 0.62% | - |
| XYZ | 21.04 | 28.86 | 22.23 | - |
| YUV | 136.91 | 118.45 | 101.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 120 | 0.37 | 0 | 0.25 | 0.38 | 140.34 | 0.24 | 0.51 |
| Hex | 64 | 9F | 78 | 25 | 0 | 19 | 26 | 8C | 18 | 33 |
| Octal | 144 | 237 | 170 | 45 | 0 | 31 | 46 | 214 | 30 | 63 |
| Binary | 1100100 | 10011111 | 1111000 | 100101 | 0 | 11001 | 100110 | 10001100 | 11000 | 110011 |
Color Harmonies of #649F78
Complementary color
Monochromatic Colors of #649F78
Black with #649F78
Text Example
Text Example
White with #649F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F78; }
p { color: rgb(100,159,120); }
H1.HeaderClassName
{
color: #649F78;
}
.AnyTagClassName
{
color: #649F78;
}
</style>
background-color css
<style>
a { background-color: #649F78; }
a { background-color: rgb(100,159,120); }
div.DivClassName
{
background-color: #649F78;
}
.BgClassName
{
background-color: #649F78;
}
</style>
border-color css
<style>
span { border-color: #649F78; }
span { border-color: rgb(100,159,120); }
td.TdClassName
{
border-color: #649F78;
}
.TagClassName
{
border-color: #649F78;
}
</style>