Shades of Oxley #649972
Tints of Oxley #649972
RGB
CMYK
RGB Variations
Color information
#649972 (or 0x649972) is known color: Oxley. HEX triplet: 64, 99 and 72. RGB value is (100,153,114). Sum of RGB (Red+Green+Blue) = 100+153+114=367 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.25% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #649972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649972 is #9B668D. Grayscale: #848484. Windows color (decimal): -10184334 or 7510372. OLE color: 7510372.
HSL color Cylindrical-coordinate representation of color #649972: hue angle of 135.85º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649972 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 114 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.4 |
| HSL | 135.85º | 0.21% | 0.5% | - |
| HSV(B) | 135.85º | 0.35% | 0.6% | - |
| XYZ | 19.68 | 26.71 | 20.04 | - |
| YUV | 132.71 | 117.44 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 114 | 0.35 | 0 | 0.25 | 0.4 | 135.85 | 0.21 | 0.5 |
| Hex | 64 | 99 | 72 | 23 | 0 | 19 | 28 | 88 | 15 | 32 |
| Octal | 144 | 231 | 162 | 43 | 0 | 31 | 50 | 210 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1110010 | 100011 | 0 | 11001 | 101000 | 10001000 | 10101 | 110010 |
Color Harmonies of #649972
Complementary color
Monochromatic Colors of #649972
Black with #649972
Text Example
Text Example
White with #649972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649972; }
p { color: rgb(100,153,114); }
H1.HeaderClassName
{
color: #649972;
}
.AnyTagClassName
{
color: #649972;
}
</style>
background-color css
<style>
a { background-color: #649972; }
a { background-color: rgb(100,153,114); }
div.DivClassName
{
background-color: #649972;
}
.BgClassName
{
background-color: #649972;
}
</style>
border-color css
<style>
span { border-color: #649972; }
span { border-color: rgb(100,153,114); }
td.TdClassName
{
border-color: #649972;
}
.TagClassName
{
border-color: #649972;
}
</style>