Shades of Oxley #65AD7F
Tints of Oxley #65AD7F
RGB
CMYK
RGB Variations
Color information
#65AD7F (or 0x65AD7F) is known color: Oxley. HEX triplet: 65, AD and 7F. RGB value is (101,173,127). Sum of RGB (Red+Green+Blue) = 101+173+127=401 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.19% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #65AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AD7F is #9A5280. Grayscale: #929292. Windows color (decimal): -10113665 or 8367461. OLE color: 8367461.
HSL color Cylindrical-coordinate representation of color #65AD7F: hue angle of 141.67º 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 #65AD7F is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 101 | 173 | 127 | - |
| CMYK | 0.42 | 0 | 0.27 | 0.32 |
| HSL | 141.67º | 0.31% | 0.54% | - |
| HSV(B) | 141.67º | 0.42% | 0.68% | - |
| XYZ | 24.14 | 34.19 | 25.4 | - |
| YUV | 146.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 173 | 127 | 0.42 | 0 | 0.27 | 0.32 | 141.67 | 0.31 | 0.54 |
| Hex | 65 | AD | 7F | 2A | 0 | 1B | 20 | 8E | 1F | 36 |
| Octal | 145 | 255 | 177 | 52 | 0 | 33 | 40 | 216 | 37 | 66 |
| Binary | 1100101 | 10101101 | 1111111 | 101010 | 0 | 11011 | 100000 | 10001110 | 11111 | 110110 |
Color Harmonies of #65AD7F
Complementary color
Monochromatic Colors of #65AD7F
Black with #65AD7F
Text Example
Text Example
White with #65AD7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AD7F; }
p { color: rgb(101,173,127); }
H1.HeaderClassName
{
color: #65AD7F;
}
.AnyTagClassName
{
color: #65AD7F;
}
</style>
background-color css
<style>
a { background-color: #65AD7F; }
a { background-color: rgb(101,173,127); }
div.DivClassName
{
background-color: #65AD7F;
}
.BgClassName
{
background-color: #65AD7F;
}
</style>
border-color css
<style>
span { border-color: #65AD7F; }
span { border-color: rgb(101,173,127); }
td.TdClassName
{
border-color: #65AD7F;
}
.TagClassName
{
border-color: #65AD7F;
}
</style>