Shades of Oxley #65A981
Tints of Oxley #65A981
RGB
CMYK
RGB Variations
Color information
#65A981 (or 0x65A981) is known color: Oxley. HEX triplet: 65, A9 and 81. RGB value is (101,169,129). Sum of RGB (Red+Green+Blue) = 101+169+129=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 169 - color contains mainly: green. Hex color #65A981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A981 is #9A567E. Grayscale: #909090. Windows color (decimal): -10114687 or 8497509. OLE color: 8497509.
HSL color Cylindrical-coordinate representation of color #65A981: hue angle of 144.71º degrees, saturation: 0.28, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A981 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 169 | 129 | - |
| CMYK | 0.40 | 0 | 0.24 | 0.34 |
| HSL | 144.71º | 0.28% | 0.53% | - |
| HSV(B) | 144.71º | 0.4% | 0.66% | - |
| XYZ | 23.52 | 32.73 | 25.85 | - |
| YUV | 144.11 | 119.47 | 97.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 169 | 129 | 0.40 | 0 | 0.24 | 0.34 | 144.71 | 0.28 | 0.53 |
| Hex | 65 | A9 | 81 | 28 | 0 | 18 | 22 | 91 | 1C | 35 |
| Octal | 145 | 251 | 201 | 50 | 0 | 30 | 42 | 221 | 34 | 65 |
| Binary | 1100101 | 10101001 | 10000001 | 101000 | 0 | 11000 | 100010 | 10010001 | 11100 | 110101 |
Color Harmonies of #65A981
Complementary color
Monochromatic Colors of #65A981
Black with #65A981
Text Example
Text Example
White with #65A981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A981; }
p { color: rgb(101,169,129); }
H1.HeaderClassName
{
color: #65A981;
}
.AnyTagClassName
{
color: #65A981;
}
</style>
background-color css
<style>
a { background-color: #65A981; }
a { background-color: rgb(101,169,129); }
div.DivClassName
{
background-color: #65A981;
}
.BgClassName
{
background-color: #65A981;
}
</style>
border-color css
<style>
span { border-color: #65A981; }
span { border-color: rgb(101,169,129); }
td.TdClassName
{
border-color: #65A981;
}
.TagClassName
{
border-color: #65A981;
}
</style>