Shades of Oxley #649973
Tints of Oxley #649973
RGB
CMYK
RGB Variations
Color information
#649973 (or 0x649973) is known color: Oxley. HEX triplet: 64, 99 and 73. RGB value is (100,153,115). Sum of RGB (Red+Green+Blue) = 100+153+115=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #649973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649973 is #9B668C. Grayscale: #848484. Windows color (decimal): -10184333 or 7575908. OLE color: 7575908.
HSL color Cylindrical-coordinate representation of color #649973: hue angle of 136.98º 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 #649973 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 115 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.4 |
| HSL | 136.98º | 0.21% | 0.5% | - |
| HSV(B) | 136.98º | 0.35% | 0.6% | - |
| XYZ | 19.74 | 26.73 | 20.34 | - |
| YUV | 132.82 | 117.94 | 104.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 115 | 0.35 | 0 | 0.25 | 0.4 | 136.98 | 0.21 | 0.5 |
| Hex | 64 | 99 | 73 | 23 | 0 | 19 | 28 | 89 | 15 | 32 |
| Octal | 144 | 231 | 163 | 43 | 0 | 31 | 50 | 211 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1110011 | 100011 | 0 | 11001 | 101000 | 10001001 | 10101 | 110010 |
Color Harmonies of #649973
Complementary color
Monochromatic Colors of #649973
Black with #649973
Text Example
Text Example
White with #649973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649973; }
p { color: rgb(100,153,115); }
H1.HeaderClassName
{
color: #649973;
}
.AnyTagClassName
{
color: #649973;
}
</style>
background-color css
<style>
a { background-color: #649973; }
a { background-color: rgb(100,153,115); }
div.DivClassName
{
background-color: #649973;
}
.BgClassName
{
background-color: #649973;
}
</style>
border-color css
<style>
span { border-color: #649973; }
span { border-color: rgb(100,153,115); }
td.TdClassName
{
border-color: #649973;
}
.TagClassName
{
border-color: #649973;
}
</style>