Shades of Oxley #649876
Tints of Oxley #649876
RGB
CMYK
RGB Variations
Color information
#649876 (or 0x649876) is known color: Oxley. HEX triplet: 64, 98 and 76. RGB value is (100,152,118). Sum of RGB (Red+Green+Blue) = 100+152+118=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #649876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649876 is #9B6789. Grayscale: #848484. Windows color (decimal): -10184586 or 7772260. OLE color: 7772260.
HSL color Cylindrical-coordinate representation of color #649876: hue angle of 140.77º 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 #649876 is Cyan = 0.34, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 118 | - |
| CMYK | 0.34 | 0 | 0.22 | 0.40 |
| HSL | 140.77º | 0.21% | 0.49% | - |
| HSV(B) | 140.77º | 0.34% | 0.6% | - |
| XYZ | 19.75 | 26.47 | 21.21 | - |
| YUV | 132.58 | 119.77 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 118 | 0.34 | 0 | 0.22 | 0.40 | 140.77 | 0.21 | 0.49 |
| Hex | 64 | 98 | 76 | 22 | 0 | 16 | 28 | 8D | 15 | 31 |
| Octal | 144 | 230 | 166 | 42 | 0 | 26 | 50 | 215 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1110110 | 100010 | 0 | 10110 | 101000 | 10001101 | 10101 | 110001 |
Color Harmonies of #649876
Complementary color
Monochromatic Colors of #649876
Black with #649876
Text Example
Text Example
White with #649876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649876; }
p { color: rgb(100,152,118); }
H1.HeaderClassName
{
color: #649876;
}
.AnyTagClassName
{
color: #649876;
}
</style>
background-color css
<style>
a { background-color: #649876; }
a { background-color: rgb(100,152,118); }
div.DivClassName
{
background-color: #649876;
}
.BgClassName
{
background-color: #649876;
}
</style>
border-color css
<style>
span { border-color: #649876; }
span { border-color: rgb(100,152,118); }
td.TdClassName
{
border-color: #649876;
}
.TagClassName
{
border-color: #649876;
}
</style>