Shades of Oxley #659F7E
Tints of Oxley #659F7E
RGB
CMYK
RGB Variations
Color information
#659F7E (or 0x659F7E) is known color: Oxley. HEX triplet: 65, 9F and 7E. RGB value is (101,159,126). Sum of RGB (Red+Green+Blue) = 101+159+126=386 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.17% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 159 - color contains mainly: green. Hex color #659F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #659F7E is #9A6081. Grayscale: #898989. Windows color (decimal): -10117250 or 8298341. OLE color: 8298341.
HSL color Cylindrical-coordinate representation of color #659F7E: hue angle of 145.86º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659F7E is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 159 | 126 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.38 |
| HSL | 145.86º | 0.23% | 0.51% | - |
| HSV(B) | 145.86º | 0.36% | 0.62% | - |
| XYZ | 21.53 | 29.07 | 24.21 | - |
| YUV | 137.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 159 | 126 | 0.36 | 0 | 0.21 | 0.38 | 145.86 | 0.23 | 0.51 |
| Hex | 65 | 9F | 7E | 24 | 0 | 15 | 26 | 92 | 17 | 33 |
| Octal | 145 | 237 | 176 | 44 | 0 | 25 | 46 | 222 | 27 | 63 |
| Binary | 1100101 | 10011111 | 1111110 | 100100 | 0 | 10101 | 100110 | 10010010 | 10111 | 110011 |
Color Harmonies of #659F7E
Complementary color
Monochromatic Colors of #659F7E
Black with #659F7E
Text Example
Text Example
White with #659F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659F7E; }
p { color: rgb(101,159,126); }
H1.HeaderClassName
{
color: #659F7E;
}
.AnyTagClassName
{
color: #659F7E;
}
</style>
background-color css
<style>
a { background-color: #659F7E; }
a { background-color: rgb(101,159,126); }
div.DivClassName
{
background-color: #659F7E;
}
.BgClassName
{
background-color: #659F7E;
}
</style>
border-color css
<style>
span { border-color: #659F7E; }
span { border-color: rgb(101,159,126); }
td.TdClassName
{
border-color: #659F7E;
}
.TagClassName
{
border-color: #659F7E;
}
</style>