Shades of Oxley #649074
Tints of Oxley #649074
RGB
CMYK
RGB Variations
Color information
#649074 (or 0x649074) is known color: Oxley. HEX triplet: 64, 90 and 74. RGB value is (100,144,116). Sum of RGB (Red+Green+Blue) = 100+144+116=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 144 - color contains mainly: green. Hex color #649074 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649074 is #9B6F8B. Grayscale: #7F7F7F. Windows color (decimal): -10186636 or 7639140. OLE color: 7639140.
HSL color Cylindrical-coordinate representation of color #649074: hue angle of 141.82º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #649074 is Cyan = 0.31, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 144 | 116 | - |
| CMYK | 0.31 | 0 | 0.19 | 0.44 |
| HSL | 141.82º | 0.18% | 0.48% | - |
| HSV(B) | 141.82º | 0.31% | 0.56% | - |
| XYZ | 18.38 | 23.92 | 20.17 | - |
| YUV | 127.65 | 121.42 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 144 | 116 | 0.31 | 0 | 0.19 | 0.44 | 141.82 | 0.18 | 0.48 |
| Hex | 64 | 90 | 74 | 1F | 0 | 13 | 2C | 8E | 12 | 30 |
| Octal | 144 | 220 | 164 | 37 | 0 | 23 | 54 | 216 | 22 | 60 |
| Binary | 1100100 | 10010000 | 1110100 | 11111 | 0 | 10011 | 101100 | 10001110 | 10010 | 110000 |
Color Harmonies of #649074
Complementary color
Monochromatic Colors of #649074
Black with #649074
Text Example
Text Example
White with #649074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649074; }
p { color: rgb(100,144,116); }
H1.HeaderClassName
{
color: #649074;
}
.AnyTagClassName
{
color: #649074;
}
</style>
background-color css
<style>
a { background-color: #649074; }
a { background-color: rgb(100,144,116); }
div.DivClassName
{
background-color: #649074;
}
.BgClassName
{
background-color: #649074;
}
</style>
border-color css
<style>
span { border-color: #649074; }
span { border-color: rgb(100,144,116); }
td.TdClassName
{
border-color: #649074;
}
.TagClassName
{
border-color: #649074;
}
</style>