Shades of Oxley #649F6B
Tints of Oxley #649F6B
RGB
CMYK
RGB Variations
Color information
#649F6B (or 0x649F6B) is known color: Oxley. HEX triplet: 64, 9F and 6B. RGB value is (100,159,107). Sum of RGB (Red+Green+Blue) = 100+159+107=366 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.32% from 366); Green value is 159 (62.5% from 255 or 43.44% from 366); Blue value is 107 (42.19% from 255 or 29.23% from 366); Max value from RGB is 159 - color contains mainly: green. Hex color #649F6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F6B is #9B6094. Grayscale: #878787. Windows color (decimal): -10182805 or 7053156. OLE color: 7053156.
HSL color Cylindrical-coordinate representation of color #649F6B: hue angle of 127.12º degrees, saturation: 0.24, 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 #649F6B is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 159 | 107 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.38 |
| HSL | 127.12º | 0.24% | 0.51% | - |
| HSV(B) | 127.12º | 0.37% | 0.62% | - |
| XYZ | 20.31 | 28.57 | 18.35 | - |
| YUV | 135.43 | 111.95 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 107 | 0.37 | 0 | 0.33 | 0.38 | 127.12 | 0.24 | 0.51 |
| Hex | 64 | 9F | 6B | 25 | 0 | 21 | 26 | 7F | 18 | 33 |
| Octal | 144 | 237 | 153 | 45 | 0 | 41 | 46 | 177 | 30 | 63 |
| Binary | 1100100 | 10011111 | 1101011 | 100101 | 0 | 100001 | 100110 | 1111111 | 11000 | 110011 |
Color Harmonies of #649F6B
Complementary color
Monochromatic Colors of #649F6B
Black with #649F6B
Text Example
Text Example
White with #649F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649F6B; }
p { color: rgb(100,159,107); }
H1.HeaderClassName
{
color: #649F6B;
}
.AnyTagClassName
{
color: #649F6B;
}
</style>
background-color css
<style>
a { background-color: #649F6B; }
a { background-color: rgb(100,159,107); }
div.DivClassName
{
background-color: #649F6B;
}
.BgClassName
{
background-color: #649F6B;
}
</style>
border-color css
<style>
span { border-color: #649F6B; }
span { border-color: rgb(100,159,107); }
td.TdClassName
{
border-color: #649F6B;
}
.TagClassName
{
border-color: #649F6B;
}
</style>