Shades of Oxley #649B77
Tints of Oxley #649B77
RGB
CMYK
RGB Variations
Color information
#649B77 (or 0x649B77) is known color: Oxley. HEX triplet: 64, 9B and 77. RGB value is (100,155,119). Sum of RGB (Red+Green+Blue) = 100+155+119=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #649B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B77 is #9B6488. Grayscale: #868686. Windows color (decimal): -10183817 or 7838564. OLE color: 7838564.
HSL color Cylindrical-coordinate representation of color #649B77: hue angle of 140.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649B77 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 119 | - |
| CMYK | 0.35 | 0 | 0.23 | 0.39 |
| HSL | 140.73º | 0.22% | 0.5% | - |
| HSV(B) | 140.73º | 0.35% | 0.61% | - |
| XYZ | 20.31 | 27.48 | 21.69 | - |
| YUV | 134.45 | 119.28 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 119 | 0.35 | 0 | 0.23 | 0.39 | 140.73 | 0.22 | 0.5 |
| Hex | 64 | 9B | 77 | 23 | 0 | 17 | 27 | 8D | 16 | 32 |
| Octal | 144 | 233 | 167 | 43 | 0 | 27 | 47 | 215 | 26 | 62 |
| Binary | 1100100 | 10011011 | 1110111 | 100011 | 0 | 10111 | 100111 | 10001101 | 10110 | 110010 |
Color Harmonies of #649B77
Complementary color
Monochromatic Colors of #649B77
Black with #649B77
Text Example
Text Example
White with #649B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B77; }
p { color: rgb(100,155,119); }
H1.HeaderClassName
{
color: #649B77;
}
.AnyTagClassName
{
color: #649B77;
}
</style>
background-color css
<style>
a { background-color: #649B77; }
a { background-color: rgb(100,155,119); }
div.DivClassName
{
background-color: #649B77;
}
.BgClassName
{
background-color: #649B77;
}
</style>
border-color css
<style>
span { border-color: #649B77; }
span { border-color: rgb(100,155,119); }
td.TdClassName
{
border-color: #649B77;
}
.TagClassName
{
border-color: #649B77;
}
</style>