Shades of Oxley #649A72
Tints of Oxley #649A72
RGB
CMYK
RGB Variations
Color information
#649A72 (or 0x649A72) is known color: Oxley. HEX triplet: 64, 9A and 72. RGB value is (100,154,114). Sum of RGB (Red+Green+Blue) = 100+154+114=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 154 (60.55% from 255 or 41.85% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 154 - color contains mainly: green. Hex color #649A72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649A72 is #9B658D. Grayscale: #858585. Windows color (decimal): -10184078 or 7510628. OLE color: 7510628.
HSL color Cylindrical-coordinate representation of color #649A72: hue angle of 135.56º 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 #649A72 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 154 | 114 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.40 |
| HSL | 135.56º | 0.21% | 0.5% | - |
| HSV(B) | 135.56º | 0.35% | 0.6% | - |
| XYZ | 19.85 | 27.04 | 20.09 | - |
| YUV | 133.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 114 | 0.35 | 0 | 0.26 | 0.40 | 135.56 | 0.21 | 0.5 |
| Hex | 64 | 9A | 72 | 23 | 0 | 1A | 28 | 88 | 15 | 32 |
| Octal | 144 | 232 | 162 | 43 | 0 | 32 | 50 | 210 | 25 | 62 |
| Binary | 1100100 | 10011010 | 1110010 | 100011 | 0 | 11010 | 101000 | 10001000 | 10101 | 110010 |
Color Harmonies of #649A72
Complementary color
Monochromatic Colors of #649A72
Black with #649A72
Text Example
Text Example
White with #649A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649A72; }
p { color: rgb(100,154,114); }
H1.HeaderClassName
{
color: #649A72;
}
.AnyTagClassName
{
color: #649A72;
}
</style>
background-color css
<style>
a { background-color: #649A72; }
a { background-color: rgb(100,154,114); }
div.DivClassName
{
background-color: #649A72;
}
.BgClassName
{
background-color: #649A72;
}
</style>
border-color css
<style>
span { border-color: #649A72; }
span { border-color: rgb(100,154,114); }
td.TdClassName
{
border-color: #649A72;
}
.TagClassName
{
border-color: #649A72;
}
</style>