Shades of Oxley #648E73
Tints of Oxley #648E73
RGB
CMYK
RGB Variations
Color information
#648E73 (or 0x648E73) is known color: Oxley. HEX triplet: 64, 8E and 73. RGB value is (100,142,115). Sum of RGB (Red+Green+Blue) = 100+142+115=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 142 (55.86% from 255 or 39.78% from 357); Blue value is 115 (45.31% from 255 or 32.21% from 357); Max value from RGB is 142 - color contains mainly: green. Hex color #648E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E73 is #9B718C. Grayscale: #7E7E7E. Windows color (decimal): -10187149 or 7573092. OLE color: 7573092.
HSL color Cylindrical-coordinate representation of color #648E73: hue angle of 141.43º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648E73 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 115 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.44 |
| HSL | 141.43º | 0.17% | 0.47% | - |
| HSV(B) | 141.43º | 0.3% | 0.56% | - |
| XYZ | 18.02 | 23.29 | 19.77 | - |
| YUV | 126.36 | 121.59 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 115 | 0.30 | 0 | 0.19 | 0.44 | 141.43 | 0.17 | 0.47 |
| Hex | 64 | 8E | 73 | 1E | 0 | 13 | 2C | 8D | 11 | 2F |
| Octal | 144 | 216 | 163 | 36 | 0 | 23 | 54 | 215 | 21 | 57 |
| Binary | 1100100 | 10001110 | 1110011 | 11110 | 0 | 10011 | 101100 | 10001101 | 10001 | 101111 |
Color Harmonies of #648E73
Complementary color
Monochromatic Colors of #648E73
Black with #648E73
Text Example
Text Example
White with #648E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E73; }
p { color: rgb(100,142,115); }
H1.HeaderClassName
{
color: #648E73;
}
.AnyTagClassName
{
color: #648E73;
}
</style>
background-color css
<style>
a { background-color: #648E73; }
a { background-color: rgb(100,142,115); }
div.DivClassName
{
background-color: #648E73;
}
.BgClassName
{
background-color: #648E73;
}
</style>
border-color css
<style>
span { border-color: #648E73; }
span { border-color: rgb(100,142,115); }
td.TdClassName
{
border-color: #648E73;
}
.TagClassName
{
border-color: #648E73;
}
</style>