Shades of Oxley #648D74
Tints of Oxley #648D74
RGB
CMYK
RGB Variations
Color information
#648D74 (or 0x648D74) is known color: Oxley. HEX triplet: 64, 8D and 74. RGB value is (100,141,116). Sum of RGB (Red+Green+Blue) = 100+141+116=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 141 (55.47% from 255 or 39.50% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 141 - color contains mainly: green. Hex color #648D74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D74 is #9B728B. Grayscale: #7D7D7D. Windows color (decimal): -10187404 or 7638372. OLE color: 7638372.
HSL color Cylindrical-coordinate representation of color #648D74: hue angle of 143.41º 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 #648D74 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 116 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.45 |
| HSL | 143.41º | 0.17% | 0.47% | - |
| HSV(B) | 143.41º | 0.29% | 0.55% | - |
| XYZ | 17.93 | 23.02 | 20.02 | - |
| YUV | 125.89 | 122.42 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 116 | 0.29 | 0 | 0.18 | 0.45 | 143.41 | 0.17 | 0.47 |
| Hex | 64 | 8D | 74 | 1D | 0 | 12 | 2D | 8F | 11 | 2F |
| Octal | 144 | 215 | 164 | 35 | 0 | 22 | 55 | 217 | 21 | 57 |
| Binary | 1100100 | 10001101 | 1110100 | 11101 | 0 | 10010 | 101101 | 10001111 | 10001 | 101111 |
Color Harmonies of #648D74
Complementary color
Monochromatic Colors of #648D74
Black with #648D74
Text Example
Text Example
White with #648D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D74; }
p { color: rgb(100,141,116); }
H1.HeaderClassName
{
color: #648D74;
}
.AnyTagClassName
{
color: #648D74;
}
</style>
background-color css
<style>
a { background-color: #648D74; }
a { background-color: rgb(100,141,116); }
div.DivClassName
{
background-color: #648D74;
}
.BgClassName
{
background-color: #648D74;
}
</style>
border-color css
<style>
span { border-color: #648D74; }
span { border-color: rgb(100,141,116); }
td.TdClassName
{
border-color: #648D74;
}
.TagClassName
{
border-color: #648D74;
}
</style>