Shades of Oxley #648D75
Tints of Oxley #648D75
RGB
CMYK
RGB Variations
Color information
#648D75 (or 0x648D75) is known color: Oxley. HEX triplet: 64, 8D and 75. RGB value is (100,141,117). Sum of RGB (Red+Green+Blue) = 100+141+117=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 141 (55.47% from 255 or 39.39% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 141 - color contains mainly: green. Hex color #648D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D75 is #9B728A. Grayscale: #7E7E7E. Windows color (decimal): -10187403 or 7703908. OLE color: 7703908.
HSL color Cylindrical-coordinate representation of color #648D75: hue angle of 144.88º 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 #648D75 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 117 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.45 |
| HSL | 144.88º | 0.17% | 0.47% | - |
| HSV(B) | 144.88º | 0.29% | 0.55% | - |
| XYZ | 17.99 | 23.04 | 20.33 | - |
| YUV | 126.01 | 122.92 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 117 | 0.29 | 0 | 0.17 | 0.45 | 144.88 | 0.17 | 0.47 |
| Hex | 64 | 8D | 75 | 1D | 0 | 11 | 2D | 91 | 11 | 2F |
| Octal | 144 | 215 | 165 | 35 | 0 | 21 | 55 | 221 | 21 | 57 |
| Binary | 1100100 | 10001101 | 1110101 | 11101 | 0 | 10001 | 101101 | 10010001 | 10001 | 101111 |
Color Harmonies of #648D75
Complementary color
Monochromatic Colors of #648D75
Black with #648D75
Text Example
Text Example
White with #648D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D75; }
p { color: rgb(100,141,117); }
H1.HeaderClassName
{
color: #648D75;
}
.AnyTagClassName
{
color: #648D75;
}
</style>
background-color css
<style>
a { background-color: #648D75; }
a { background-color: rgb(100,141,117); }
div.DivClassName
{
background-color: #648D75;
}
.BgClassName
{
background-color: #648D75;
}
</style>
border-color css
<style>
span { border-color: #648D75; }
span { border-color: rgb(100,141,117); }
td.TdClassName
{
border-color: #648D75;
}
.TagClassName
{
border-color: #648D75;
}
</style>