Shades of Oxley #65AD7E
Tints of Oxley #65AD7E
RGB
CMYK
RGB Variations
Color information
#65AD7E (or 0x65AD7E) is known color: Oxley. HEX triplet: 65, AD and 7E. RGB value is (101,173,126). Sum of RGB (Red+Green+Blue) = 101+173+126=400 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.25% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD7E is #9A5281. Grayscale: #929292. Windows color (decimal): -10113666 or 8301925. OLE color: 8301925.
HSL color Cylindrical-coordinate representation of color #65AD7E: hue angle of 140.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AD7E is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 126 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.32 |
| HSL | 140.83º | 0.31% | 0.54% | - |
| HSV(B) | 140.83º | 0.42% | 0.68% | - |
| XYZ | 24.08 | 34.16 | 25.06 | - |
| YUV | 146.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 126 | 0.42 | 0 | 0.27 | 0.32 | 140.83 | 0.31 | 0.54 |
| Hex | 65 | AD | 7E | 2A | 0 | 1B | 20 | 8D | 1F | 36 |
| Octal | 145 | 255 | 176 | 52 | 0 | 33 | 40 | 215 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1111110 | 101010 | 0 | 11011 | 100000 | 10001101 | 11111 | 110110 |
Color Harmonies of #65AD7E
Complementary color
Monochromatic Colors of #65AD7E
Black with #65AD7E
Text Example
Text Example
White with #65AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD7E; }
p { color: rgb(101,173,126); }
H1.HeaderClassName
{
color: #65AD7E;
}
.AnyTagClassName
{
color: #65AD7E;
}
</style>
background-color css
<style>
a { background-color: #65AD7E; }
a { background-color: rgb(101,173,126); }
div.DivClassName
{
background-color: #65AD7E;
}
.BgClassName
{
background-color: #65AD7E;
}
</style>
border-color css
<style>
span { border-color: #65AD7E; }
span { border-color: rgb(101,173,126); }
td.TdClassName
{
border-color: #65AD7E;
}
.TagClassName
{
border-color: #65AD7E;
}
</style>