Shades of Oxley #648F74
Tints of Oxley #648F74
RGB
CMYK
RGB Variations
Color information
#648F74 (or 0x648F74) is known color: Oxley. HEX triplet: 64, 8F and 74. RGB value is (100,143,116). Sum of RGB (Red+Green+Blue) = 100+143+116=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 143 - color contains mainly: green. Hex color #648F74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648F74 is #9B708B. Grayscale: #7F7F7F. Windows color (decimal): -10186892 or 7638884. OLE color: 7638884.
HSL color Cylindrical-coordinate representation of color #648F74: hue angle of 142.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #648F74 is Cyan = 0.30, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 143 | 116 | - |
| CMYK | 0.30 | 0 | 0.19 | 0.44 |
| HSL | 142.33º | 0.18% | 0.48% | - |
| HSV(B) | 142.33º | 0.3% | 0.56% | - |
| XYZ | 18.23 | 23.62 | 20.12 | - |
| YUV | 127.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 116 | 0.30 | 0 | 0.19 | 0.44 | 142.33 | 0.18 | 0.48 |
| Hex | 64 | 8F | 74 | 1E | 0 | 13 | 2C | 8E | 12 | 30 |
| Octal | 144 | 217 | 164 | 36 | 0 | 23 | 54 | 216 | 22 | 60 |
| Binary | 1100100 | 10001111 | 1110100 | 11110 | 0 | 10011 | 101100 | 10001110 | 10010 | 110000 |
Color Harmonies of #648F74
Complementary color
Monochromatic Colors of #648F74
Black with #648F74
Text Example
Text Example
White with #648F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648F74; }
p { color: rgb(100,143,116); }
H1.HeaderClassName
{
color: #648F74;
}
.AnyTagClassName
{
color: #648F74;
}
</style>
background-color css
<style>
a { background-color: #648F74; }
a { background-color: rgb(100,143,116); }
div.DivClassName
{
background-color: #648F74;
}
.BgClassName
{
background-color: #648F74;
}
</style>
border-color css
<style>
span { border-color: #648F74; }
span { border-color: rgb(100,143,116); }
td.TdClassName
{
border-color: #648F74;
}
.TagClassName
{
border-color: #648F74;
}
</style>