Shades of Oxley #649E7B
Tints of Oxley #649E7B
RGB
CMYK
RGB Variations
Color information
#649E7B (or 0x649E7B) is known color: Oxley. HEX triplet: 64, 9E and 7B. RGB value is (100,158,123). Sum of RGB (Red+Green+Blue) = 100+158+123=381 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.25% from 381); Green value is 158 (62.11% from 255 or 41.47% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 158 - color contains mainly: green. Hex color #649E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E7B is #9B6184. Grayscale: #888888. Windows color (decimal): -10183045 or 8101476. OLE color: 8101476.
HSL color Cylindrical-coordinate representation of color #649E7B: hue angle of 143.79º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649E7B is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 123 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.38 |
| HSL | 143.79º | 0.23% | 0.51% | - |
| HSV(B) | 143.79º | 0.37% | 0.62% | - |
| XYZ | 21.06 | 28.59 | 23.15 | - |
| YUV | 136.67 | 120.28 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 123 | 0.37 | 0 | 0.22 | 0.38 | 143.79 | 0.23 | 0.51 |
| Hex | 64 | 9E | 7B | 25 | 0 | 16 | 26 | 90 | 17 | 33 |
| Octal | 144 | 236 | 173 | 45 | 0 | 26 | 46 | 220 | 27 | 63 |
| Binary | 1100100 | 10011110 | 1111011 | 100101 | 0 | 10110 | 100110 | 10010000 | 10111 | 110011 |
Color Harmonies of #649E7B
Complementary color
Monochromatic Colors of #649E7B
Black with #649E7B
Text Example
Text Example
White with #649E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E7B; }
p { color: rgb(100,158,123); }
H1.HeaderClassName
{
color: #649E7B;
}
.AnyTagClassName
{
color: #649E7B;
}
</style>
background-color css
<style>
a { background-color: #649E7B; }
a { background-color: rgb(100,158,123); }
div.DivClassName
{
background-color: #649E7B;
}
.BgClassName
{
background-color: #649E7B;
}
</style>
border-color css
<style>
span { border-color: #649E7B; }
span { border-color: rgb(100,158,123); }
td.TdClassName
{
border-color: #649E7B;
}
.TagClassName
{
border-color: #649E7B;
}
</style>