Shades of Oxley #649E73
Tints of Oxley #649E73
RGB
CMYK
RGB Variations
Color information
#649E73 (or 0x649E73) is known color: Oxley. HEX triplet: 64, 9E and 73. RGB value is (100,158,115). Sum of RGB (Red+Green+Blue) = 100+158+115=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 158 (62.11% from 255 or 42.36% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 158 - color contains mainly: green. Hex color #649E73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E73 is #9B618C. Grayscale: #878787. Windows color (decimal): -10183053 or 7577188. OLE color: 7577188.
HSL color Cylindrical-coordinate representation of color #649E73: hue angle of 135.52º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E73 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 115 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.38 |
| HSL | 135.52º | 0.23% | 0.51% | - |
| HSV(B) | 135.52º | 0.37% | 0.62% | - |
| XYZ | 20.58 | 28.4 | 20.62 | - |
| YUV | 135.76 | 116.28 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 115 | 0.37 | 0 | 0.27 | 0.38 | 135.52 | 0.23 | 0.51 |
| Hex | 64 | 9E | 73 | 25 | 0 | 1B | 26 | 88 | 17 | 33 |
| Octal | 144 | 236 | 163 | 45 | 0 | 33 | 46 | 210 | 27 | 63 |
| Binary | 1100100 | 10011110 | 1110011 | 100101 | 0 | 11011 | 100110 | 10001000 | 10111 | 110011 |
Color Harmonies of #649E73
Complementary color
Monochromatic Colors of #649E73
Black with #649E73
Text Example
Text Example
White with #649E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E73; }
p { color: rgb(100,158,115); }
H1.HeaderClassName
{
color: #649E73;
}
.AnyTagClassName
{
color: #649E73;
}
</style>
background-color css
<style>
a { background-color: #649E73; }
a { background-color: rgb(100,158,115); }
div.DivClassName
{
background-color: #649E73;
}
.BgClassName
{
background-color: #649E73;
}
</style>
border-color css
<style>
span { border-color: #649E73; }
span { border-color: rgb(100,158,115); }
td.TdClassName
{
border-color: #649E73;
}
.TagClassName
{
border-color: #649E73;
}
</style>