Shades of Oxley #649F7D
Tints of Oxley #649F7D
RGB
CMYK
RGB Variations
Color information
#649F7D (or 0x649F7D) is known color: Oxley. HEX triplet: 64, 9F and 7D. RGB value is (100,159,125). Sum of RGB (Red+Green+Blue) = 100+159+125=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 159 (62.5% from 255 or 41.41% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 159 - color contains mainly: green. Hex color #649F7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F7D is #9B6082. Grayscale: #898989. Windows color (decimal): -10182787 or 8232804. OLE color: 8232804.
HSL color Cylindrical-coordinate representation of color #649F7D: hue angle of 145.42º 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 #649F7D is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 125 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.38 |
| HSL | 145.42º | 0.24% | 0.51% | - |
| HSV(B) | 145.42º | 0.37% | 0.62% | - |
| XYZ | 21.36 | 28.99 | 23.87 | - |
| YUV | 137.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 125 | 0.37 | 0 | 0.21 | 0.38 | 145.42 | 0.24 | 0.51 |
| Hex | 64 | 9F | 7D | 25 | 0 | 15 | 26 | 91 | 18 | 33 |
| Octal | 144 | 237 | 175 | 45 | 0 | 25 | 46 | 221 | 30 | 63 |
| Binary | 1100100 | 10011111 | 1111101 | 100101 | 0 | 10101 | 100110 | 10010001 | 11000 | 110011 |
Color Harmonies of #649F7D
Complementary color
Monochromatic Colors of #649F7D
Black with #649F7D
Text Example
Text Example
White with #649F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F7D; }
p { color: rgb(100,159,125); }
H1.HeaderClassName
{
color: #649F7D;
}
.AnyTagClassName
{
color: #649F7D;
}
</style>
background-color css
<style>
a { background-color: #649F7D; }
a { background-color: rgb(100,159,125); }
div.DivClassName
{
background-color: #649F7D;
}
.BgClassName
{
background-color: #649F7D;
}
</style>
border-color css
<style>
span { border-color: #649F7D; }
span { border-color: rgb(100,159,125); }
td.TdClassName
{
border-color: #649F7D;
}
.TagClassName
{
border-color: #649F7D;
}
</style>