Shades of Oxley #65A775
Tints of Oxley #65A775
RGB
CMYK
RGB Variations
Color information
#65A775 (or 0x65A775) is known color: Oxley. HEX triplet: 65, A7 and 75. RGB value is (101,167,117). Sum of RGB (Red+Green+Blue) = 101+167+117=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 167 - color contains mainly: green. Hex color #65A775 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A775 is #9A588A. Grayscale: #8D8D8D. Windows color (decimal): -10115211 or 7710565. OLE color: 7710565.
HSL color Cylindrical-coordinate representation of color #65A775: hue angle of 134.55º 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 #65A775 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 167 | 117 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.35 |
| HSL | 134.55º | 0.27% | 0.53% | - |
| HSV(B) | 134.55º | 0.4% | 0.65% | - |
| XYZ | 22.4 | 31.69 | 21.77 | - |
| YUV | 141.57 | 114.13 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 167 | 117 | 0.40 | 0 | 0.30 | 0.35 | 134.55 | 0.27 | 0.53 |
| Hex | 65 | A7 | 75 | 28 | 0 | 1E | 23 | 87 | 1B | 35 |
| Octal | 145 | 247 | 165 | 50 | 0 | 36 | 43 | 207 | 33 | 65 |
| Binary | 1100101 | 10100111 | 1110101 | 101000 | 0 | 11110 | 100011 | 10000111 | 11011 | 110101 |
Color Harmonies of #65A775
Complementary color
Monochromatic Colors of #65A775
Black with #65A775
Text Example
Text Example
White with #65A775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A775; }
p { color: rgb(101,167,117); }
H1.HeaderClassName
{
color: #65A775;
}
.AnyTagClassName
{
color: #65A775;
}
</style>
background-color css
<style>
a { background-color: #65A775; }
a { background-color: rgb(101,167,117); }
div.DivClassName
{
background-color: #65A775;
}
.BgClassName
{
background-color: #65A775;
}
</style>
border-color css
<style>
span { border-color: #65A775; }
span { border-color: rgb(101,167,117); }
td.TdClassName
{
border-color: #65A775;
}
.TagClassName
{
border-color: #65A775;
}
</style>