Shades of Oxley #65AF7E
Tints of Oxley #65AF7E
RGB
CMYK
RGB Variations
Color information
#65AF7E (or 0x65AF7E) is known color: Oxley. HEX triplet: 65, AF and 7E. RGB value is (101,175,126). Sum of RGB (Red+Green+Blue) = 101+175+126=402 (53% of max value = 765). Red value is 101 (39.84% from 255 or 25.12% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF7E is #9A5081. Grayscale: #939393. Windows color (decimal): -10113154 or 8302437. OLE color: 8302437.
HSL color Cylindrical-coordinate representation of color #65AF7E: hue angle of 140.27º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65AF7E is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 126 | - |
| CMYK | 0.42 | 0 | 0.28 | 0.31 |
| HSL | 140.27º | 0.32% | 0.54% | - |
| HSV(B) | 140.27º | 0.42% | 0.69% | - |
| XYZ | 24.46 | 34.93 | 25.19 | - |
| YUV | 147.29 | 115.98 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 126 | 0.42 | 0 | 0.28 | 0.31 | 140.27 | 0.32 | 0.54 |
| Hex | 65 | AF | 7E | 2A | 0 | 1C | 1F | 8C | 20 | 36 |
| Octal | 145 | 257 | 176 | 52 | 0 | 34 | 37 | 214 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1111110 | 101010 | 0 | 11100 | 11111 | 10001100 | 100000 | 110110 |
Color Harmonies of #65AF7E
Complementary color
Monochromatic Colors of #65AF7E
Black with #65AF7E
Text Example
Text Example
White with #65AF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF7E; }
p { color: rgb(101,175,126); }
H1.HeaderClassName
{
color: #65AF7E;
}
.AnyTagClassName
{
color: #65AF7E;
}
</style>
background-color css
<style>
a { background-color: #65AF7E; }
a { background-color: rgb(101,175,126); }
div.DivClassName
{
background-color: #65AF7E;
}
.BgClassName
{
background-color: #65AF7E;
}
</style>
border-color css
<style>
span { border-color: #65AF7E; }
span { border-color: rgb(101,175,126); }
td.TdClassName
{
border-color: #65AF7E;
}
.TagClassName
{
border-color: #65AF7E;
}
</style>