Shades of Oxley #649E74
Tints of Oxley #649E74
RGB
CMYK
RGB Variations
Color information
#649E74 (or 0x649E74) is known color: Oxley. HEX triplet: 64, 9E and 74. RGB value is (100,158,116). Sum of RGB (Red+Green+Blue) = 100+158+116=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 158 - color contains mainly: green. Hex color #649E74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649E74 is #9B618B. Grayscale: #878787. Windows color (decimal): -10183052 or 7642724. OLE color: 7642724.
HSL color Cylindrical-coordinate representation of color #649E74: hue angle of 136.55º 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 #649E74 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 158 | 116 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.38 |
| HSL | 136.55º | 0.23% | 0.51% | - |
| HSV(B) | 136.55º | 0.37% | 0.62% | - |
| XYZ | 20.63 | 28.42 | 20.92 | - |
| YUV | 135.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 116 | 0.37 | 0 | 0.27 | 0.38 | 136.55 | 0.23 | 0.51 |
| Hex | 64 | 9E | 74 | 25 | 0 | 1B | 26 | 89 | 17 | 33 |
| Octal | 144 | 236 | 164 | 45 | 0 | 33 | 46 | 211 | 27 | 63 |
| Binary | 1100100 | 10011110 | 1110100 | 100101 | 0 | 11011 | 100110 | 10001001 | 10111 | 110011 |
Color Harmonies of #649E74
Complementary color
Monochromatic Colors of #649E74
Black with #649E74
Text Example
Text Example
White with #649E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649E74; }
p { color: rgb(100,158,116); }
H1.HeaderClassName
{
color: #649E74;
}
.AnyTagClassName
{
color: #649E74;
}
</style>
background-color css
<style>
a { background-color: #649E74; }
a { background-color: rgb(100,158,116); }
div.DivClassName
{
background-color: #649E74;
}
.BgClassName
{
background-color: #649E74;
}
</style>
border-color css
<style>
span { border-color: #649E74; }
span { border-color: rgb(100,158,116); }
td.TdClassName
{
border-color: #649E74;
}
.TagClassName
{
border-color: #649E74;
}
</style>