Shades of Oxley #649B76
Tints of Oxley #649B76
RGB
CMYK
RGB Variations
Color information
#649B76 (or 0x649B76) is known color: Oxley. HEX triplet: 64, 9B and 76. RGB value is (100,155,118). Sum of RGB (Red+Green+Blue) = 100+155+118=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #649B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649B76 is #9B6489. Grayscale: #868686. Windows color (decimal): -10183818 or 7773028. OLE color: 7773028.
HSL color Cylindrical-coordinate representation of color #649B76: hue angle of 139.64º 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 #649B76 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 155 | 118 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.39 |
| HSL | 139.64º | 0.22% | 0.5% | - |
| HSV(B) | 139.64º | 0.35% | 0.61% | - |
| XYZ | 20.25 | 27.46 | 21.37 | - |
| YUV | 134.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 118 | 0.35 | 0 | 0.24 | 0.39 | 139.64 | 0.22 | 0.5 |
| Hex | 64 | 9B | 76 | 23 | 0 | 18 | 27 | 8C | 16 | 32 |
| Octal | 144 | 233 | 166 | 43 | 0 | 30 | 47 | 214 | 26 | 62 |
| Binary | 1100100 | 10011011 | 1110110 | 100011 | 0 | 11000 | 100111 | 10001100 | 10110 | 110010 |
Color Harmonies of #649B76
Complementary color
Monochromatic Colors of #649B76
Black with #649B76
Text Example
Text Example
White with #649B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649B76; }
p { color: rgb(100,155,118); }
H1.HeaderClassName
{
color: #649B76;
}
.AnyTagClassName
{
color: #649B76;
}
</style>
background-color css
<style>
a { background-color: #649B76; }
a { background-color: rgb(100,155,118); }
div.DivClassName
{
background-color: #649B76;
}
.BgClassName
{
background-color: #649B76;
}
</style>
border-color css
<style>
span { border-color: #649B76; }
span { border-color: rgb(100,155,118); }
td.TdClassName
{
border-color: #649B76;
}
.TagClassName
{
border-color: #649B76;
}
</style>