Shades of Oxley #648E71
Tints of Oxley #648E71
RGB
CMYK
RGB Variations
Color information
#648E71 (or 0x648E71) is known color: Oxley. HEX triplet: 64, 8E and 71. RGB value is (100,142,113). Sum of RGB (Red+Green+Blue) = 100+142+113=355 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.17% from 355); Green value is 142 (55.86% from 255 or 40% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 142 - color contains mainly: green. Hex color #648E71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E71 is #9B718E. Grayscale: #7E7E7E. Windows color (decimal): -10187151 or 7442020. OLE color: 7442020.
HSL color Cylindrical-coordinate representation of color #648E71: hue angle of 138.57º 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 #648E71 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 113 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.44 |
| HSL | 138.57º | 0.17% | 0.47% | - |
| HSV(B) | 138.57º | 0.3% | 0.56% | - |
| XYZ | 17.91 | 23.25 | 19.17 | - |
| YUV | 126.14 | 120.59 | 109.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 113 | 0.30 | 0 | 0.20 | 0.44 | 138.57 | 0.17 | 0.47 |
| Hex | 64 | 8E | 71 | 1E | 0 | 14 | 2C | 8B | 11 | 2F |
| Octal | 144 | 216 | 161 | 36 | 0 | 24 | 54 | 213 | 21 | 57 |
| Binary | 1100100 | 10001110 | 1110001 | 11110 | 0 | 10100 | 101100 | 10001011 | 10001 | 101111 |
Color Harmonies of #648E71
Complementary color
Monochromatic Colors of #648E71
Black with #648E71
Text Example
Text Example
White with #648E71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E71; }
p { color: rgb(100,142,113); }
H1.HeaderClassName
{
color: #648E71;
}
.AnyTagClassName
{
color: #648E71;
}
</style>
background-color css
<style>
a { background-color: #648E71; }
a { background-color: rgb(100,142,113); }
div.DivClassName
{
background-color: #648E71;
}
.BgClassName
{
background-color: #648E71;
}
</style>
border-color css
<style>
span { border-color: #648E71; }
span { border-color: rgb(100,142,113); }
td.TdClassName
{
border-color: #648E71;
}
.TagClassName
{
border-color: #648E71;
}
</style>