Shades of Oxley #649777
Tints of Oxley #649777
RGB
CMYK
RGB Variations
Color information
#649777 (or 0x649777) is known color: Oxley. HEX triplet: 64, 97 and 77. RGB value is (100,151,119). Sum of RGB (Red+Green+Blue) = 100+151+119=370 (49% of max value = 765). Red value is 100 (39.45% from 255 or 27.03% from 370); Green value is 151 (59.38% from 255 or 40.81% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 151 - color contains mainly: green. Hex color #649777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649777 is #9B6888. Grayscale: #848484. Windows color (decimal): -10184841 or 7837540. OLE color: 7837540.
HSL color Cylindrical-coordinate representation of color #649777: hue angle of 142.35º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649777 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 119 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.41 |
| HSL | 142.35º | 0.2% | 0.49% | - |
| HSV(B) | 142.35º | 0.34% | 0.59% | - |
| XYZ | 19.65 | 26.17 | 21.47 | - |
| YUV | 132.1 | 120.6 | 105.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 119 | 0.34 | 0 | 0.21 | 0.41 | 142.35 | 0.2 | 0.49 |
| Hex | 64 | 97 | 77 | 22 | 0 | 15 | 29 | 8E | 14 | 31 |
| Octal | 144 | 227 | 167 | 42 | 0 | 25 | 51 | 216 | 24 | 61 |
| Binary | 1100100 | 10010111 | 1110111 | 100010 | 0 | 10101 | 101001 | 10001110 | 10100 | 110001 |
Color Harmonies of #649777
Complementary color
Monochromatic Colors of #649777
Black with #649777
Text Example
Text Example
White with #649777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649777; }
p { color: rgb(100,151,119); }
H1.HeaderClassName
{
color: #649777;
}
.AnyTagClassName
{
color: #649777;
}
</style>
background-color css
<style>
a { background-color: #649777; }
a { background-color: rgb(100,151,119); }
div.DivClassName
{
background-color: #649777;
}
.BgClassName
{
background-color: #649777;
}
</style>
border-color css
<style>
span { border-color: #649777; }
span { border-color: rgb(100,151,119); }
td.TdClassName
{
border-color: #649777;
}
.TagClassName
{
border-color: #649777;
}
</style>