Shades of Oxley #68AD7E
Tints of Oxley #68AD7E
RGB
CMYK
RGB Variations
Color information
#68AD7E (or 0x68AD7E) is known color: Oxley. HEX triplet: 68, AD and 7E. RGB value is (104,173,126). Sum of RGB (Red+Green+Blue) = 104+173+126=403 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.81% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD7E is #975281. Grayscale: #939393. Windows color (decimal): -9917058 or 8301928. OLE color: 8301928.
HSL color Cylindrical-coordinate representation of color #68AD7E: hue angle of 139.13º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AD7E is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 126 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.32 |
| HSL | 139.13º | 0.3% | 0.54% | - |
| HSV(B) | 139.13º | 0.4% | 0.68% | - |
| XYZ | 24.42 | 34.34 | 25.08 | - |
| YUV | 147.01 | 116.14 | 97.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 126 | 0.40 | 0 | 0.27 | 0.32 | 139.13 | 0.3 | 0.54 |
| Hex | 68 | AD | 7E | 28 | 0 | 1B | 20 | 8B | 1E | 36 |
| Octal | 150 | 255 | 176 | 50 | 0 | 33 | 40 | 213 | 36 | 66 |
| Binary | 1101000 | 10101101 | 1111110 | 101000 | 0 | 11011 | 100000 | 10001011 | 11110 | 110110 |
Color Harmonies of #68AD7E
Complementary color
Monochromatic Colors of #68AD7E
Black with #68AD7E
Text Example
Text Example
White with #68AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD7E; }
p { color: rgb(104,173,126); }
H1.HeaderClassName
{
color: #68AD7E;
}
.AnyTagClassName
{
color: #68AD7E;
}
</style>
background-color css
<style>
a { background-color: #68AD7E; }
a { background-color: rgb(104,173,126); }
div.DivClassName
{
background-color: #68AD7E;
}
.BgClassName
{
background-color: #68AD7E;
}
</style>
border-color css
<style>
span { border-color: #68AD7E; }
span { border-color: rgb(104,173,126); }
td.TdClassName
{
border-color: #68AD7E;
}
.TagClassName
{
border-color: #68AD7E;
}
</style>