Shades of Oxley #649873
Tints of Oxley #649873
RGB
CMYK
RGB Variations
Color information
#649873 (or 0x649873) is known color: Oxley. HEX triplet: 64, 98 and 73. RGB value is (100,152,115). Sum of RGB (Red+Green+Blue) = 100+152+115=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #649873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649873 is #9B678C. Grayscale: #848484. Windows color (decimal): -10184589 or 7575652. OLE color: 7575652.
HSL color Cylindrical-coordinate representation of color #649873: hue angle of 137.31º 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 #649873 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 115 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.40 |
| HSL | 137.31º | 0.21% | 0.49% | - |
| HSV(B) | 137.31º | 0.34% | 0.6% | - |
| XYZ | 19.58 | 26.4 | 20.28 | - |
| YUV | 132.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 115 | 0.34 | 0 | 0.24 | 0.40 | 137.31 | 0.21 | 0.49 |
| Hex | 64 | 98 | 73 | 22 | 0 | 18 | 28 | 89 | 15 | 31 |
| Octal | 144 | 230 | 163 | 42 | 0 | 30 | 50 | 211 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1110011 | 100010 | 0 | 11000 | 101000 | 10001001 | 10101 | 110001 |
Color Harmonies of #649873
Complementary color
Monochromatic Colors of #649873
Black with #649873
Text Example
Text Example
White with #649873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649873; }
p { color: rgb(100,152,115); }
H1.HeaderClassName
{
color: #649873;
}
.AnyTagClassName
{
color: #649873;
}
</style>
background-color css
<style>
a { background-color: #649873; }
a { background-color: rgb(100,152,115); }
div.DivClassName
{
background-color: #649873;
}
.BgClassName
{
background-color: #649873;
}
</style>
border-color css
<style>
span { border-color: #649873; }
span { border-color: rgb(100,152,115); }
td.TdClassName
{
border-color: #649873;
}
.TagClassName
{
border-color: #649873;
}
</style>