Shades of Oxley #649978
Tints of Oxley #649978
RGB
CMYK
RGB Variations
Color information
#649978 (or 0x649978) is known color: Oxley. HEX triplet: 64, 99 and 78. RGB value is (100,153,120). Sum of RGB (Red+Green+Blue) = 100+153+120=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 153 (60.16% from 255 or 41.02% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 153 - color contains mainly: green. Hex color #649978 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649978 is #9B6687. Grayscale: #858585. Windows color (decimal): -10184328 or 7903588. OLE color: 7903588.
HSL color Cylindrical-coordinate representation of color #649978: hue angle of 142.64º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649978 is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 120 | - |
| CMYK | 0.35 | 0 | 0.22 | 0.4 |
| HSL | 142.64º | 0.21% | 0.5% | - |
| HSV(B) | 142.64º | 0.35% | 0.6% | - |
| XYZ | 20.04 | 26.85 | 21.9 | - |
| YUV | 133.39 | 120.44 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 120 | 0.35 | 0 | 0.22 | 0.4 | 142.64 | 0.21 | 0.5 |
| Hex | 64 | 99 | 78 | 23 | 0 | 16 | 28 | 8F | 15 | 32 |
| Octal | 144 | 231 | 170 | 43 | 0 | 26 | 50 | 217 | 25 | 62 |
| Binary | 1100100 | 10011001 | 1111000 | 100011 | 0 | 10110 | 101000 | 10001111 | 10101 | 110010 |
Color Harmonies of #649978
Complementary color
Monochromatic Colors of #649978
Black with #649978
Text Example
Text Example
White with #649978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649978; }
p { color: rgb(100,153,120); }
H1.HeaderClassName
{
color: #649978;
}
.AnyTagClassName
{
color: #649978;
}
</style>
background-color css
<style>
a { background-color: #649978; }
a { background-color: rgb(100,153,120); }
div.DivClassName
{
background-color: #649978;
}
.BgClassName
{
background-color: #649978;
}
</style>
border-color css
<style>
span { border-color: #649978; }
span { border-color: rgb(100,153,120); }
td.TdClassName
{
border-color: #649978;
}
.TagClassName
{
border-color: #649978;
}
</style>