Shades of Oxley #648B71
Tints of Oxley #648B71
RGB
CMYK
RGB Variations
Color information
#648B71 (or 0x648B71) is known color: Oxley. HEX triplet: 64, 8B and 71. RGB value is (100,139,113). Sum of RGB (Red+Green+Blue) = 100+139+113=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 139 - color contains mainly: green. Hex color #648B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B71 is #9B748E. Grayscale: #7C7C7C. Windows color (decimal): -10187919 or 7441252. OLE color: 7441252.
HSL color Cylindrical-coordinate representation of color #648B71: hue angle of 140º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B71 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 113 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.45 |
| HSL | 140º | 0.16% | 0.47% | - |
| HSV(B) | 140º | 0.28% | 0.55% | - |
| XYZ | 17.47 | 22.37 | 19.02 | - |
| YUV | 124.38 | 121.58 | 110.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 113 | 0.28 | 0 | 0.19 | 0.45 | 140 | 0.16 | 0.47 |
| Hex | 64 | 8B | 71 | 1C | 0 | 13 | 2D | 8C | 10 | 2F |
| Octal | 144 | 213 | 161 | 34 | 0 | 23 | 55 | 214 | 20 | 57 |
| Binary | 1100100 | 10001011 | 1110001 | 11100 | 0 | 10011 | 101101 | 10001100 | 10000 | 101111 |
Color Harmonies of #648B71
Complementary color
Monochromatic Colors of #648B71
Black with #648B71
Text Example
Text Example
White with #648B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B71; }
p { color: rgb(100,139,113); }
H1.HeaderClassName
{
color: #648B71;
}
.AnyTagClassName
{
color: #648B71;
}
</style>
background-color css
<style>
a { background-color: #648B71; }
a { background-color: rgb(100,139,113); }
div.DivClassName
{
background-color: #648B71;
}
.BgClassName
{
background-color: #648B71;
}
</style>
border-color css
<style>
span { border-color: #648B71; }
span { border-color: rgb(100,139,113); }
td.TdClassName
{
border-color: #648B71;
}
.TagClassName
{
border-color: #648B71;
}
</style>