Shades of Oxley #65A281
Tints of Oxley #65A281
RGB
CMYK
RGB Variations
Color information
#65A281 (or 0x65A281) is known color: Oxley. HEX triplet: 65, A2 and 81. RGB value is (101,162,129). Sum of RGB (Red+Green+Blue) = 101+162+129=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #65A281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65A281 is #9A5D7E. Grayscale: #8C8C8C. Windows color (decimal): -10116479 or 8495717. OLE color: 8495717.
HSL color Cylindrical-coordinate representation of color #65A281: hue angle of 147.54º 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 #65A281 is Cyan = 0.38, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 101 | 162 | 129 | - |
| CMYK | 0.38 | 0 | 0.20 | 0.36 |
| HSL | 147.54º | 0.25% | 0.52% | - |
| HSV(B) | 147.54º | 0.38% | 0.64% | - |
| XYZ | 22.25 | 30.19 | 25.42 | - |
| YUV | 140 | 121.79 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 162 | 129 | 0.38 | 0 | 0.20 | 0.36 | 147.54 | 0.25 | 0.52 |
| Hex | 65 | A2 | 81 | 26 | 0 | 14 | 24 | 94 | 19 | 34 |
| Octal | 145 | 242 | 201 | 46 | 0 | 24 | 44 | 224 | 31 | 64 |
| Binary | 1100101 | 10100010 | 10000001 | 100110 | 0 | 10100 | 100100 | 10010100 | 11001 | 110100 |
Color Harmonies of #65A281
Complementary color
Monochromatic Colors of #65A281
Black with #65A281
Text Example
Text Example
White with #65A281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A281; }
p { color: rgb(101,162,129); }
H1.HeaderClassName
{
color: #65A281;
}
.AnyTagClassName
{
color: #65A281;
}
</style>
background-color css
<style>
a { background-color: #65A281; }
a { background-color: rgb(101,162,129); }
div.DivClassName
{
background-color: #65A281;
}
.BgClassName
{
background-color: #65A281;
}
</style>
border-color css
<style>
span { border-color: #65A281; }
span { border-color: rgb(101,162,129); }
td.TdClassName
{
border-color: #65A281;
}
.TagClassName
{
border-color: #65A281;
}
</style>