Shades of Oxley #65A873
Tints of Oxley #65A873
RGB
CMYK
RGB Variations
Color information
#65A873 (or 0x65A873) is known color: Oxley. HEX triplet: 65, A8 and 73. RGB value is (101,168,115). Sum of RGB (Red+Green+Blue) = 101+168+115=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 168 (66.02% from 255 or 43.75% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 168 - color contains mainly: green. Hex color #65A873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65A873 is #9A578C. Grayscale: #8E8E8E. Windows color (decimal): -10114957 or 7579749. OLE color: 7579749.
HSL color Cylindrical-coordinate representation of color #65A873: hue angle of 132.54º 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 #65A873 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 101 | 168 | 115 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.34 |
| HSL | 132.54º | 0.28% | 0.53% | - |
| HSV(B) | 132.54º | 0.4% | 0.66% | - |
| XYZ | 22.46 | 32.01 | 21.21 | - |
| YUV | 141.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 168 | 115 | 0.40 | 0 | 0.32 | 0.34 | 132.54 | 0.28 | 0.53 |
| Hex | 65 | A8 | 73 | 28 | 0 | 20 | 22 | 85 | 1C | 35 |
| Octal | 145 | 250 | 163 | 50 | 0 | 40 | 42 | 205 | 34 | 65 |
| Binary | 1100101 | 10101000 | 1110011 | 101000 | 0 | 100000 | 100010 | 10000101 | 11100 | 110101 |
Color Harmonies of #65A873
Complementary color
Monochromatic Colors of #65A873
Black with #65A873
Text Example
Text Example
White with #65A873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65A873; }
p { color: rgb(101,168,115); }
H1.HeaderClassName
{
color: #65A873;
}
.AnyTagClassName
{
color: #65A873;
}
</style>
background-color css
<style>
a { background-color: #65A873; }
a { background-color: rgb(101,168,115); }
div.DivClassName
{
background-color: #65A873;
}
.BgClassName
{
background-color: #65A873;
}
</style>
border-color css
<style>
span { border-color: #65A873; }
span { border-color: rgb(101,168,115); }
td.TdClassName
{
border-color: #65A873;
}
.TagClassName
{
border-color: #65A873;
}
</style>