Shades of Oxley #649F6F
Tints of Oxley #649F6F
RGB
CMYK
RGB Variations
Color information
#649F6F (or 0x649F6F) is known color: Oxley. HEX triplet: 64, 9F and 6F. RGB value is (100,159,111). Sum of RGB (Red+Green+Blue) = 100+159+111=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 159 - color contains mainly: green. Hex color #649F6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F6F is #9B6090. Grayscale: #888888. Windows color (decimal): -10182801 or 7315300. OLE color: 7315300.
HSL color Cylindrical-coordinate representation of color #649F6F: hue angle of 131.19º 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 #649F6F is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 111 | - |
| CMYK | 0.37 | 0 | 0.30 | 0.38 |
| HSL | 131.19º | 0.24% | 0.51% | - |
| HSV(B) | 131.19º | 0.37% | 0.62% | - |
| XYZ | 20.52 | 28.65 | 19.49 | - |
| YUV | 135.89 | 113.95 | 102.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 111 | 0.37 | 0 | 0.30 | 0.38 | 131.19 | 0.24 | 0.51 |
| Hex | 64 | 9F | 6F | 25 | 0 | 1E | 26 | 83 | 18 | 33 |
| Octal | 144 | 237 | 157 | 45 | 0 | 36 | 46 | 203 | 30 | 63 |
| Binary | 1100100 | 10011111 | 1101111 | 100101 | 0 | 11110 | 100110 | 10000011 | 11000 | 110011 |
Color Harmonies of #649F6F
Complementary color
Monochromatic Colors of #649F6F
Black with #649F6F
Text Example
Text Example
White with #649F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F6F; }
p { color: rgb(100,159,111); }
H1.HeaderClassName
{
color: #649F6F;
}
.AnyTagClassName
{
color: #649F6F;
}
</style>
background-color css
<style>
a { background-color: #649F6F; }
a { background-color: rgb(100,159,111); }
div.DivClassName
{
background-color: #649F6F;
}
.BgClassName
{
background-color: #649F6F;
}
</style>
border-color css
<style>
span { border-color: #649F6F; }
span { border-color: rgb(100,159,111); }
td.TdClassName
{
border-color: #649F6F;
}
.TagClassName
{
border-color: #649F6F;
}
</style>