Shades of Oxley #649979
Tints of Oxley #649979
RGB
CMYK
RGB Variations
Color information
#649979 (or 0x649979) is known color: Oxley. HEX triplet: 64, 99 and 79. RGB value is (100,153,121). Sum of RGB (Red+Green+Blue) = 100+153+121=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 153 (60.16% from 255 or 40.91% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 153 - color contains mainly: green. Hex color #649979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649979 is #9B6686. Grayscale: #858585. Windows color (decimal): -10184327 or 7969124. OLE color: 7969124.
HSL color Cylindrical-coordinate representation of color #649979: hue angle of 143.77º 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 #649979 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 121 | - |
| CMYK | 0.35 | 0 | 0.21 | 0.4 |
| HSL | 143.77º | 0.21% | 0.5% | - |
| HSV(B) | 143.77º | 0.35% | 0.6% | - |
| XYZ | 20.1 | 26.87 | 22.22 | - |
| YUV | 133.51 | 120.94 | 104.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 121 | 0.35 | 0 | 0.21 | 0.4 | 143.77 | 0.21 | 0.5 |
| Hex | 64 | 99 | 79 | 23 | 0 | 15 | 28 | 90 | 15 | 32 |
| Octal | 144 | 231 | 171 | 43 | 0 | 25 | 50 | 220 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1111001 | 100011 | 0 | 10101 | 101000 | 10010000 | 10101 | 110010 |
Color Harmonies of #649979
Complementary color
Monochromatic Colors of #649979
Black with #649979
Text Example
Text Example
White with #649979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649979; }
p { color: rgb(100,153,121); }
H1.HeaderClassName
{
color: #649979;
}
.AnyTagClassName
{
color: #649979;
}
</style>
background-color css
<style>
a { background-color: #649979; }
a { background-color: rgb(100,153,121); }
div.DivClassName
{
background-color: #649979;
}
.BgClassName
{
background-color: #649979;
}
</style>
border-color css
<style>
span { border-color: #649979; }
span { border-color: rgb(100,153,121); }
td.TdClassName
{
border-color: #649979;
}
.TagClassName
{
border-color: #649979;
}
</style>