Shades of Oxley #649C6B
Tints of Oxley #649C6B
RGB
CMYK
RGB Variations
Color information
#649C6B (or 0x649C6B) is known color: Oxley. HEX triplet: 64, 9C and 6B. RGB value is (100,156,107). Sum of RGB (Red+Green+Blue) = 100+156+107=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #649C6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649C6B is #9B6394. Grayscale: #858585. Windows color (decimal): -10183573 or 7052388. OLE color: 7052388.
HSL color Cylindrical-coordinate representation of color #649C6B: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #649C6B is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 156 | 107 | - |
| CMYK | 0.36 | 0 | 0.31 | 0.39 |
| HSL | 127.5º | 0.22% | 0.5% | - |
| HSV(B) | 127.5º | 0.36% | 0.61% | - |
| XYZ | 19.8 | 27.55 | 18.18 | - |
| YUV | 133.67 | 112.95 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 107 | 0.36 | 0 | 0.31 | 0.39 | 127.5 | 0.22 | 0.5 |
| Hex | 64 | 9C | 6B | 24 | 0 | 1F | 27 | 80 | 16 | 32 |
| Octal | 144 | 234 | 153 | 44 | 0 | 37 | 47 | 200 | 26 | 62 |
| Binary | 1100100 | 10011100 | 1101011 | 100100 | 0 | 11111 | 100111 | 10000000 | 10110 | 110010 |
Color Harmonies of #649C6B
Complementary color
Monochromatic Colors of #649C6B
Black with #649C6B
Text Example
Text Example
White with #649C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649C6B; }
p { color: rgb(100,156,107); }
H1.HeaderClassName
{
color: #649C6B;
}
.AnyTagClassName
{
color: #649C6B;
}
</style>
background-color css
<style>
a { background-color: #649C6B; }
a { background-color: rgb(100,156,107); }
div.DivClassName
{
background-color: #649C6B;
}
.BgClassName
{
background-color: #649C6B;
}
</style>
border-color css
<style>
span { border-color: #649C6B; }
span { border-color: rgb(100,156,107); }
td.TdClassName
{
border-color: #649C6B;
}
.TagClassName
{
border-color: #649C6B;
}
</style>