Shades of Oxley #649878
Tints of Oxley #649878
RGB
CMYK
RGB Variations
Color information
#649878 (or 0x649878) is known color: Oxley. HEX triplet: 64, 98 and 78. RGB value is (100,152,120). Sum of RGB (Red+Green+Blue) = 100+152+120=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 152 (59.77% from 255 or 40.86% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 152 - color contains mainly: green. Hex color #649878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649878 is #9B6787. Grayscale: #848484. Windows color (decimal): -10184584 or 7903332. OLE color: 7903332.
HSL color Cylindrical-coordinate representation of color #649878: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649878 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 120 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.40 |
| HSL | 143.08º | 0.21% | 0.49% | - |
| HSV(B) | 143.08º | 0.34% | 0.6% | - |
| XYZ | 19.87 | 26.52 | 21.84 | - |
| YUV | 132.8 | 120.77 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 120 | 0.34 | 0 | 0.21 | 0.40 | 143.08 | 0.21 | 0.49 |
| Hex | 64 | 98 | 78 | 22 | 0 | 15 | 28 | 8F | 15 | 31 |
| Octal | 144 | 230 | 170 | 42 | 0 | 25 | 50 | 217 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1111000 | 100010 | 0 | 10101 | 101000 | 10001111 | 10101 | 110001 |
Color Harmonies of #649878
Complementary color
Monochromatic Colors of #649878
Black with #649878
Text Example
Text Example
White with #649878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649878; }
p { color: rgb(100,152,120); }
H1.HeaderClassName
{
color: #649878;
}
.AnyTagClassName
{
color: #649878;
}
</style>
background-color css
<style>
a { background-color: #649878; }
a { background-color: rgb(100,152,120); }
div.DivClassName
{
background-color: #649878;
}
.BgClassName
{
background-color: #649878;
}
</style>
border-color css
<style>
span { border-color: #649878; }
span { border-color: rgb(100,152,120); }
td.TdClassName
{
border-color: #649878;
}
.TagClassName
{
border-color: #649878;
}
</style>