Shades of Oxley #65AF7B
Tints of Oxley #65AF7B
RGB
CMYK
RGB Variations
Color information
#65AF7B (or 0x65AF7B) is known color: Oxley. HEX triplet: 65, AF and 7B. RGB value is (101,175,123). Sum of RGB (Red+Green+Blue) = 101+175+123=399 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.31% from 399); Green value is 175 (68.75% from 255 or 43.86% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 175 - color contains mainly: green. Hex color #65AF7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65AF7B is #9A5084. Grayscale: #939393. Windows color (decimal): -10113157 or 8105829. OLE color: 8105829.
HSL color Cylindrical-coordinate representation of color #65AF7B: hue angle of 137.84º 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 #65AF7B is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 101 | 175 | 123 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.31 |
| HSL | 137.84º | 0.32% | 0.54% | - |
| HSV(B) | 137.84º | 0.42% | 0.69% | - |
| XYZ | 24.27 | 34.86 | 24.19 | - |
| YUV | 146.95 | 114.48 | 95.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 175 | 123 | 0.42 | 0 | 0.30 | 0.31 | 137.84 | 0.32 | 0.54 |
| Hex | 65 | AF | 7B | 2A | 0 | 1E | 1F | 8A | 20 | 36 |
| Octal | 145 | 257 | 173 | 52 | 0 | 36 | 37 | 212 | 40 | 66 |
| Binary | 1100101 | 10101111 | 1111011 | 101010 | 0 | 11110 | 11111 | 10001010 | 100000 | 110110 |
Color Harmonies of #65AF7B
Complementary color
Monochromatic Colors of #65AF7B
Black with #65AF7B
Text Example
Text Example
White with #65AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AF7B; }
p { color: rgb(101,175,123); }
H1.HeaderClassName
{
color: #65AF7B;
}
.AnyTagClassName
{
color: #65AF7B;
}
</style>
background-color css
<style>
a { background-color: #65AF7B; }
a { background-color: rgb(101,175,123); }
div.DivClassName
{
background-color: #65AF7B;
}
.BgClassName
{
background-color: #65AF7B;
}
</style>
border-color css
<style>
span { border-color: #65AF7B; }
span { border-color: rgb(101,175,123); }
td.TdClassName
{
border-color: #65AF7B;
}
.TagClassName
{
border-color: #65AF7B;
}
</style>