Shades of Oxley #65A17E
Tints of Oxley #65A17E
RGB
CMYK
RGB Variations
Color information
#65A17E (or 0x65A17E) is known color: Oxley. HEX triplet: 65, A1 and 7E. RGB value is (101,161,126). Sum of RGB (Red+Green+Blue) = 101+161+126=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 161 (63.28% from 255 or 41.49% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 161 - color contains mainly: green. Hex color #65A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A17E is #9A5E81. Grayscale: #8B8B8B. Windows color (decimal): -10116738 or 8298853. OLE color: 8298853.
HSL color Cylindrical-coordinate representation of color #65A17E: hue angle of 145º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65A17E is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 101 | 161 | 126 | - |
| CMYK | 0.37 | 0 | 0.22 | 0.37 |
| HSL | 145º | 0.24% | 0.51% | - |
| HSV(B) | 145º | 0.37% | 0.63% | - |
| XYZ | 21.88 | 29.76 | 24.33 | - |
| YUV | 139.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 161 | 126 | 0.37 | 0 | 0.22 | 0.37 | 145 | 0.24 | 0.51 |
| Hex | 65 | A1 | 7E | 25 | 0 | 16 | 25 | 91 | 18 | 33 |
| Octal | 145 | 241 | 176 | 45 | 0 | 26 | 45 | 221 | 30 | 63 |
| Binary | 1100101 | 10100001 | 1111110 | 100101 | 0 | 10110 | 100101 | 10010001 | 11000 | 110011 |
Color Harmonies of #65A17E
Complementary color
Monochromatic Colors of #65A17E
Black with #65A17E
Text Example
Text Example
White with #65A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A17E; }
p { color: rgb(101,161,126); }
H1.HeaderClassName
{
color: #65A17E;
}
.AnyTagClassName
{
color: #65A17E;
}
</style>
background-color css
<style>
a { background-color: #65A17E; }
a { background-color: rgb(101,161,126); }
div.DivClassName
{
background-color: #65A17E;
}
.BgClassName
{
background-color: #65A17E;
}
</style>
border-color css
<style>
span { border-color: #65A17E; }
span { border-color: rgb(101,161,126); }
td.TdClassName
{
border-color: #65A17E;
}
.TagClassName
{
border-color: #65A17E;
}
</style>