Shades of Oxley #648D73
Tints of Oxley #648D73
RGB
CMYK
RGB Variations
Color information
#648D73 (or 0x648D73) is known color: Oxley. HEX triplet: 64, 8D and 73. RGB value is (100,141,115). Sum of RGB (Red+Green+Blue) = 100+141+115=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 141 (55.47% from 255 or 39.61% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 141 - color contains mainly: green. Hex color #648D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D73 is #9B728C. Grayscale: #7D7D7D. Windows color (decimal): -10187405 or 7572836. OLE color: 7572836.
HSL color Cylindrical-coordinate representation of color #648D73: hue angle of 141.95º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D73 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 115 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.45 |
| HSL | 141.95º | 0.17% | 0.47% | - |
| HSV(B) | 141.95º | 0.29% | 0.55% | - |
| XYZ | 17.87 | 23 | 19.72 | - |
| YUV | 125.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 115 | 0.29 | 0 | 0.18 | 0.45 | 141.95 | 0.17 | 0.47 |
| Hex | 64 | 8D | 73 | 1D | 0 | 12 | 2D | 8E | 11 | 2F |
| Octal | 144 | 215 | 163 | 35 | 0 | 22 | 55 | 216 | 21 | 57 |
| Binary | 1100100 | 10001101 | 1110011 | 11101 | 0 | 10010 | 101101 | 10001110 | 10001 | 101111 |
Color Harmonies of #648D73
Complementary color
Monochromatic Colors of #648D73
Black with #648D73
Text Example
Text Example
White with #648D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D73; }
p { color: rgb(100,141,115); }
H1.HeaderClassName
{
color: #648D73;
}
.AnyTagClassName
{
color: #648D73;
}
</style>
background-color css
<style>
a { background-color: #648D73; }
a { background-color: rgb(100,141,115); }
div.DivClassName
{
background-color: #648D73;
}
.BgClassName
{
background-color: #648D73;
}
</style>
border-color css
<style>
span { border-color: #648D73; }
span { border-color: rgb(100,141,115); }
td.TdClassName
{
border-color: #648D73;
}
.TagClassName
{
border-color: #648D73;
}
</style>