Shades of Oxley #649D6C
Tints of Oxley #649D6C
RGB
CMYK
RGB Variations
Color information
#649D6C (or 0x649D6C) is known color: Oxley. HEX triplet: 64, 9D and 6C. RGB value is (100,157,108). Sum of RGB (Red+Green+Blue) = 100+157+108=365 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.40% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #649D6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D6C is #9B6293. Grayscale: #868686. Windows color (decimal): -10183316 or 7118180. OLE color: 7118180.
HSL color Cylindrical-coordinate representation of color #649D6C: hue angle of 128.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649D6C is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 157 | 108 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.38 |
| HSL | 128.42º | 0.23% | 0.5% | - |
| HSV(B) | 128.42º | 0.36% | 0.62% | - |
| XYZ | 20.02 | 27.91 | 18.52 | - |
| YUV | 134.37 | 113.12 | 103.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 157 | 108 | 0.36 | 0 | 0.31 | 0.38 | 128.42 | 0.23 | 0.5 |
| Hex | 64 | 9D | 6C | 24 | 0 | 1F | 26 | 80 | 17 | 32 |
| Octal | 144 | 235 | 154 | 44 | 0 | 37 | 46 | 200 | 27 | 62 |
| Binary | 1100100 | 10011101 | 1101100 | 100100 | 0 | 11111 | 100110 | 10000000 | 10111 | 110010 |
Color Harmonies of #649D6C
Complementary color
Monochromatic Colors of #649D6C
Black with #649D6C
Text Example
Text Example
White with #649D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649D6C; }
p { color: rgb(100,157,108); }
H1.HeaderClassName
{
color: #649D6C;
}
.AnyTagClassName
{
color: #649D6C;
}
</style>
background-color css
<style>
a { background-color: #649D6C; }
a { background-color: rgb(100,157,108); }
div.DivClassName
{
background-color: #649D6C;
}
.BgClassName
{
background-color: #649D6C;
}
</style>
border-color css
<style>
span { border-color: #649D6C; }
span { border-color: rgb(100,157,108); }
td.TdClassName
{
border-color: #649D6C;
}
.TagClassName
{
border-color: #649D6C;
}
</style>