Shades of Oxley #65A37C
Tints of Oxley #65A37C
RGB
CMYK
RGB Variations
Color information
#65A37C (or 0x65A37C) is known color: Oxley. HEX triplet: 65, A3 and 7C. RGB value is (101,163,124). Sum of RGB (Red+Green+Blue) = 101+163+124=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 163 (64.06% from 255 or 42.01% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 163 - color contains mainly: green. Hex color #65A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A37C is #9A5C83. Grayscale: #8C8C8C. Windows color (decimal): -10116228 or 8168293. OLE color: 8168293.
HSL color Cylindrical-coordinate representation of color #65A37C: hue angle of 142.26º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #65A37C is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 163 | 124 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.36 |
| HSL | 142.26º | 0.25% | 0.52% | - |
| HSV(B) | 142.26º | 0.38% | 0.64% | - |
| XYZ | 22.1 | 30.42 | 23.77 | - |
| YUV | 140.02 | 118.96 | 100.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 163 | 124 | 0.38 | 0 | 0.24 | 0.36 | 142.26 | 0.25 | 0.52 |
| Hex | 65 | A3 | 7C | 26 | 0 | 18 | 24 | 8E | 19 | 34 |
| Octal | 145 | 243 | 174 | 46 | 0 | 30 | 44 | 216 | 31 | 64 |
| Binary | 1100101 | 10100011 | 1111100 | 100110 | 0 | 11000 | 100100 | 10001110 | 11001 | 110100 |
Color Harmonies of #65A37C
Complementary color
Monochromatic Colors of #65A37C
Black with #65A37C
Text Example
Text Example
White with #65A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A37C; }
p { color: rgb(101,163,124); }
H1.HeaderClassName
{
color: #65A37C;
}
.AnyTagClassName
{
color: #65A37C;
}
</style>
background-color css
<style>
a { background-color: #65A37C; }
a { background-color: rgb(101,163,124); }
div.DivClassName
{
background-color: #65A37C;
}
.BgClassName
{
background-color: #65A37C;
}
</style>
border-color css
<style>
span { border-color: #65A37C; }
span { border-color: rgb(101,163,124); }
td.TdClassName
{
border-color: #65A37C;
}
.TagClassName
{
border-color: #65A37C;
}
</style>