Shades of Oxley #649372
Tints of Oxley #649372
RGB
CMYK
RGB Variations
Color information
#649372 (or 0x649372) is known color: Oxley. HEX triplet: 64, 93 and 72. RGB value is (100,147,114). Sum of RGB (Red+Green+Blue) = 100+147+114=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 147 (57.81% from 255 or 40.72% from 361); Blue value is 114 (44.92% from 255 or 31.58% from 361); Max value from RGB is 147 - color contains mainly: green. Hex color #649372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649372 is #9B6C8D. Grayscale: #818181. Windows color (decimal): -10185870 or 7508836. OLE color: 7508836.
HSL color Cylindrical-coordinate representation of color #649372: hue angle of 137.87º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649372 is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 114 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.42 |
| HSL | 137.87º | 0.19% | 0.48% | - |
| HSV(B) | 137.87º | 0.32% | 0.58% | - |
| XYZ | 18.73 | 24.79 | 19.72 | - |
| YUV | 129.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 114 | 0.32 | 0 | 0.22 | 0.42 | 137.87 | 0.19 | 0.48 |
| Hex | 64 | 93 | 72 | 20 | 0 | 16 | 2A | 8A | 13 | 30 |
| Octal | 144 | 223 | 162 | 40 | 0 | 26 | 52 | 212 | 23 | 60 |
| Binary | 1100100 | 10010011 | 1110010 | 100000 | 0 | 10110 | 101010 | 10001010 | 10011 | 110000 |
Color Harmonies of #649372
Complementary color
Monochromatic Colors of #649372
Black with #649372
Text Example
Text Example
White with #649372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649372; }
p { color: rgb(100,147,114); }
H1.HeaderClassName
{
color: #649372;
}
.AnyTagClassName
{
color: #649372;
}
</style>
background-color css
<style>
a { background-color: #649372; }
a { background-color: rgb(100,147,114); }
div.DivClassName
{
background-color: #649372;
}
.BgClassName
{
background-color: #649372;
}
</style>
border-color css
<style>
span { border-color: #649372; }
span { border-color: rgb(100,147,114); }
td.TdClassName
{
border-color: #649372;
}
.TagClassName
{
border-color: #649372;
}
</style>