Shades of Oxley #649D79
Tints of Oxley #649D79
RGB
CMYK
RGB Variations
Color information
#649D79 (or 0x649D79) is known color: Oxley. HEX triplet: 64, 9D and 79. RGB value is (100,157,121). Sum of RGB (Red+Green+Blue) = 100+157+121=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #649D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D79 is #9B6286. Grayscale: #878787. Windows color (decimal): -10183303 or 7970148. OLE color: 7970148.
HSL color Cylindrical-coordinate representation of color #649D79: hue angle of 142.11º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D79 is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 121 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.38 |
| HSL | 142.11º | 0.23% | 0.5% | - |
| HSV(B) | 142.11º | 0.36% | 0.62% | - |
| XYZ | 20.76 | 28.2 | 22.44 | - |
| YUV | 135.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 121 | 0.36 | 0 | 0.23 | 0.38 | 142.11 | 0.23 | 0.5 |
| Hex | 64 | 9D | 79 | 24 | 0 | 17 | 26 | 8E | 17 | 32 |
| Octal | 144 | 235 | 171 | 44 | 0 | 27 | 46 | 216 | 27 | 62 |
| Binary | 1100100 | 10011101 | 1111001 | 100100 | 0 | 10111 | 100110 | 10001110 | 10111 | 110010 |
Color Harmonies of #649D79
Complementary color
Monochromatic Colors of #649D79
Black with #649D79
Text Example
Text Example
White with #649D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D79; }
p { color: rgb(100,157,121); }
H1.HeaderClassName
{
color: #649D79;
}
.AnyTagClassName
{
color: #649D79;
}
</style>
background-color css
<style>
a { background-color: #649D79; }
a { background-color: rgb(100,157,121); }
div.DivClassName
{
background-color: #649D79;
}
.BgClassName
{
background-color: #649D79;
}
</style>
border-color css
<style>
span { border-color: #649D79; }
span { border-color: rgb(100,157,121); }
td.TdClassName
{
border-color: #649D79;
}
.TagClassName
{
border-color: #649D79;
}
</style>