Shades of Oxley #65A575
Tints of Oxley #65A575
RGB
CMYK
RGB Variations
Color information
#65A575 (or 0x65A575) is known color: Oxley. HEX triplet: 65, A5 and 75. RGB value is (101,165,117). Sum of RGB (Red+Green+Blue) = 101+165+117=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 165 - color contains mainly: green. Hex color #65A575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A575 is #9A5A8A. Grayscale: #8C8C8C. Windows color (decimal): -10115723 or 7710053. OLE color: 7710053.
HSL color Cylindrical-coordinate representation of color #65A575: hue angle of 135º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65A575 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 101 | 165 | 117 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.35 |
| HSL | 135º | 0.26% | 0.52% | - |
| HSV(B) | 135º | 0.39% | 0.65% | - |
| XYZ | 22.03 | 30.96 | 21.64 | - |
| YUV | 140.39 | 114.8 | 99.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 165 | 117 | 0.39 | 0 | 0.29 | 0.35 | 135 | 0.26 | 0.52 |
| Hex | 65 | A5 | 75 | 27 | 0 | 1D | 23 | 87 | 1A | 34 |
| Octal | 145 | 245 | 165 | 47 | 0 | 35 | 43 | 207 | 32 | 64 |
| Binary | 1100101 | 10100101 | 1110101 | 100111 | 0 | 11101 | 100011 | 10000111 | 11010 | 110100 |
Color Harmonies of #65A575
Complementary color
Monochromatic Colors of #65A575
Black with #65A575
Text Example
Text Example
White with #65A575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A575; }
p { color: rgb(101,165,117); }
H1.HeaderClassName
{
color: #65A575;
}
.AnyTagClassName
{
color: #65A575;
}
</style>
background-color css
<style>
a { background-color: #65A575; }
a { background-color: rgb(101,165,117); }
div.DivClassName
{
background-color: #65A575;
}
.BgClassName
{
background-color: #65A575;
}
</style>
border-color css
<style>
span { border-color: #65A575; }
span { border-color: rgb(101,165,117); }
td.TdClassName
{
border-color: #65A575;
}
.TagClassName
{
border-color: #65A575;
}
</style>