Shades of Oxley #659A7C
Tints of Oxley #659A7C
RGB
CMYK
RGB Variations
Color information
#659A7C (or 0x659A7C) is known color: Oxley. HEX triplet: 65, 9A and 7C. RGB value is (101,154,124). Sum of RGB (Red+Green+Blue) = 101+154+124=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 154 (60.55% from 255 or 40.63% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 154 - color contains mainly: green. Hex color #659A7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659A7C is #9A6583. Grayscale: #868686. Windows color (decimal): -10118532 or 8165989. OLE color: 8165989.
HSL color Cylindrical-coordinate representation of color #659A7C: hue angle of 146.04º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659A7C is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 154 | 124 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.40 |
| HSL | 146.04º | 0.21% | 0.5% | - |
| HSV(B) | 146.04º | 0.34% | 0.6% | - |
| XYZ | 20.56 | 27.33 | 23.26 | - |
| YUV | 134.73 | 121.94 | 103.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 154 | 124 | 0.34 | 0 | 0.19 | 0.40 | 146.04 | 0.21 | 0.5 |
| Hex | 65 | 9A | 7C | 22 | 0 | 13 | 28 | 92 | 15 | 32 |
| Octal | 145 | 232 | 174 | 42 | 0 | 23 | 50 | 222 | 25 | 62 |
| Binary | 1100101 | 10011010 | 1111100 | 100010 | 0 | 10011 | 101000 | 10010010 | 10101 | 110010 |
Color Harmonies of #659A7C
Complementary color
Monochromatic Colors of #659A7C
Black with #659A7C
Text Example
Text Example
White with #659A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659A7C; }
p { color: rgb(101,154,124); }
H1.HeaderClassName
{
color: #659A7C;
}
.AnyTagClassName
{
color: #659A7C;
}
</style>
background-color css
<style>
a { background-color: #659A7C; }
a { background-color: rgb(101,154,124); }
div.DivClassName
{
background-color: #659A7C;
}
.BgClassName
{
background-color: #659A7C;
}
</style>
border-color css
<style>
span { border-color: #659A7C; }
span { border-color: rgb(101,154,124); }
td.TdClassName
{
border-color: #659A7C;
}
.TagClassName
{
border-color: #659A7C;
}
</style>