Shades of Oxley #649F73
Tints of Oxley #649F73
RGB
CMYK
RGB Variations
Color information
#649F73 (or 0x649F73) is known color: Oxley. HEX triplet: 64, 9F and 73. RGB value is (100,159,115). Sum of RGB (Red+Green+Blue) = 100+159+115=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 159 (62.5% from 255 or 42.51% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 159 - color contains mainly: green. Hex color #649F73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F73 is #9B608C. Grayscale: #888888. Windows color (decimal): -10182797 or 7577444. OLE color: 7577444.
HSL color Cylindrical-coordinate representation of color #649F73: hue angle of 135.25º degrees, saturation: 0.24, 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 #649F73 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 115 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.38 |
| HSL | 135.25º | 0.24% | 0.51% | - |
| HSV(B) | 135.25º | 0.37% | 0.62% | - |
| XYZ | 20.75 | 28.74 | 20.67 | - |
| YUV | 136.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 115 | 0.37 | 0 | 0.28 | 0.38 | 135.25 | 0.24 | 0.51 |
| Hex | 64 | 9F | 73 | 25 | 0 | 1C | 26 | 87 | 18 | 33 |
| Octal | 144 | 237 | 163 | 45 | 0 | 34 | 46 | 207 | 30 | 63 |
| Binary | 1100100 | 10011111 | 1110011 | 100101 | 0 | 11100 | 100110 | 10000111 | 11000 | 110011 |
Color Harmonies of #649F73
Complementary color
Monochromatic Colors of #649F73
Black with #649F73
Text Example
Text Example
White with #649F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F73; }
p { color: rgb(100,159,115); }
H1.HeaderClassName
{
color: #649F73;
}
.AnyTagClassName
{
color: #649F73;
}
</style>
background-color css
<style>
a { background-color: #649F73; }
a { background-color: rgb(100,159,115); }
div.DivClassName
{
background-color: #649F73;
}
.BgClassName
{
background-color: #649F73;
}
</style>
border-color css
<style>
span { border-color: #649F73; }
span { border-color: rgb(100,159,115); }
td.TdClassName
{
border-color: #649F73;
}
.TagClassName
{
border-color: #649F73;
}
</style>