Shades of Oxley #65A877
Tints of Oxley #65A877
RGB
CMYK
RGB Variations
Color information
#65A877 (or 0x65A877) is known color: Oxley. HEX triplet: 65, A8 and 77. RGB value is (101,168,119). Sum of RGB (Red+Green+Blue) = 101+168+119=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 168 - color contains mainly: green. Hex color #65A877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A877 is #9A5788. Grayscale: #8E8E8E. Windows color (decimal): -10114953 or 7841893. OLE color: 7841893.
HSL color Cylindrical-coordinate representation of color #65A877: hue angle of 136.12º 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 #65A877 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 119 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.34 |
| HSL | 136.12º | 0.28% | 0.53% | - |
| HSV(B) | 136.12º | 0.4% | 0.66% | - |
| XYZ | 22.7 | 32.1 | 22.45 | - |
| YUV | 142.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 119 | 0.40 | 0 | 0.29 | 0.34 | 136.12 | 0.28 | 0.53 |
| Hex | 65 | A8 | 77 | 28 | 0 | 1D | 22 | 88 | 1C | 35 |
| Octal | 145 | 250 | 167 | 50 | 0 | 35 | 42 | 210 | 34 | 65 |
| Binary | 1100101 | 10101000 | 1110111 | 101000 | 0 | 11101 | 100010 | 10001000 | 11100 | 110101 |
Color Harmonies of #65A877
Complementary color
Monochromatic Colors of #65A877
Black with #65A877
Text Example
Text Example
White with #65A877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A877; }
p { color: rgb(101,168,119); }
H1.HeaderClassName
{
color: #65A877;
}
.AnyTagClassName
{
color: #65A877;
}
</style>
background-color css
<style>
a { background-color: #65A877; }
a { background-color: rgb(101,168,119); }
div.DivClassName
{
background-color: #65A877;
}
.BgClassName
{
background-color: #65A877;
}
</style>
border-color css
<style>
span { border-color: #65A877; }
span { border-color: rgb(101,168,119); }
td.TdClassName
{
border-color: #65A877;
}
.TagClassName
{
border-color: #65A877;
}
</style>