Shades of Oxley #65A777
Tints of Oxley #65A777
RGB
CMYK
RGB Variations
Color information
#65A777 (or 0x65A777) is known color: Oxley. HEX triplet: 65, A7 and 77. RGB value is (101,167,119). Sum of RGB (Red+Green+Blue) = 101+167+119=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #65A777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A777 is #9A5888. Grayscale: #8D8D8D. Windows color (decimal): -10115209 or 7841637. OLE color: 7841637.
HSL color Cylindrical-coordinate representation of color #65A777: hue angle of 136.36º degrees, saturation: 0.27, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65A777 is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 119 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.35 |
| HSL | 136.36º | 0.27% | 0.53% | - |
| HSV(B) | 136.36º | 0.4% | 0.65% | - |
| XYZ | 22.52 | 31.74 | 22.39 | - |
| YUV | 141.79 | 115.13 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 119 | 0.40 | 0 | 0.29 | 0.35 | 136.36 | 0.27 | 0.53 |
| Hex | 65 | A7 | 77 | 28 | 0 | 1D | 23 | 88 | 1B | 35 |
| Octal | 145 | 247 | 167 | 50 | 0 | 35 | 43 | 210 | 33 | 65 |
| Binary | 1100101 | 10100111 | 1110111 | 101000 | 0 | 11101 | 100011 | 10001000 | 11011 | 110101 |
Color Harmonies of #65A777
Complementary color
Monochromatic Colors of #65A777
Black with #65A777
Text Example
Text Example
White with #65A777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A777; }
p { color: rgb(101,167,119); }
H1.HeaderClassName
{
color: #65A777;
}
.AnyTagClassName
{
color: #65A777;
}
</style>
background-color css
<style>
a { background-color: #65A777; }
a { background-color: rgb(101,167,119); }
div.DivClassName
{
background-color: #65A777;
}
.BgClassName
{
background-color: #65A777;
}
</style>
border-color css
<style>
span { border-color: #65A777; }
span { border-color: rgb(101,167,119); }
td.TdClassName
{
border-color: #65A777;
}
.TagClassName
{
border-color: #65A777;
}
</style>