Shades of Oxley #648E76
Tints of Oxley #648E76
RGB
CMYK
RGB Variations
Color information
#648E76 (or 0x648E76) is known color: Oxley. HEX triplet: 64, 8E and 76. RGB value is (100,142,118). Sum of RGB (Red+Green+Blue) = 100+142+118=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #648E76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648E76 is #9B7189. Grayscale: #7E7E7E. Windows color (decimal): -10187146 or 7769700. OLE color: 7769700.
HSL color Cylindrical-coordinate representation of color #648E76: hue angle of 145.71º 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 #648E76 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 142 | 118 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.44 |
| HSL | 145.71º | 0.17% | 0.47% | - |
| HSV(B) | 145.71º | 0.3% | 0.56% | - |
| XYZ | 18.2 | 23.36 | 20.69 | - |
| YUV | 126.71 | 123.09 | 108.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 118 | 0.30 | 0 | 0.17 | 0.44 | 145.71 | 0.17 | 0.47 |
| Hex | 64 | 8E | 76 | 1E | 0 | 11 | 2C | 92 | 11 | 2F |
| Octal | 144 | 216 | 166 | 36 | 0 | 21 | 54 | 222 | 21 | 57 |
| Binary | 1100100 | 10001110 | 1110110 | 11110 | 0 | 10001 | 101100 | 10010010 | 10001 | 101111 |
Color Harmonies of #648E76
Complementary color
Monochromatic Colors of #648E76
Black with #648E76
Text Example
Text Example
White with #648E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648E76; }
p { color: rgb(100,142,118); }
H1.HeaderClassName
{
color: #648E76;
}
.AnyTagClassName
{
color: #648E76;
}
</style>
background-color css
<style>
a { background-color: #648E76; }
a { background-color: rgb(100,142,118); }
div.DivClassName
{
background-color: #648E76;
}
.BgClassName
{
background-color: #648E76;
}
</style>
border-color css
<style>
span { border-color: #648E76; }
span { border-color: rgb(100,142,118); }
td.TdClassName
{
border-color: #648E76;
}
.TagClassName
{
border-color: #648E76;
}
</style>