Shades of Oxley #68AD7A
Tints of Oxley #68AD7A
RGB
CMYK
RGB Variations
Color information
#68AD7A (or 0x68AD7A) is known color: Oxley. HEX triplet: 68, AD and 7A. RGB value is (104,173,122). Sum of RGB (Red+Green+Blue) = 104+173+122=399 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.07% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #68AD7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AD7A is #975285. Grayscale: #929292. Windows color (decimal): -9917062 or 8039784. OLE color: 8039784.
HSL color Cylindrical-coordinate representation of color #68AD7A: hue angle of 135.65º 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 #68AD7A is Cyan = 0.40, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 104 | 173 | 122 | - |
| CMYK | 0.40 | 0 | 0.29 | 0.32 |
| HSL | 135.65º | 0.3% | 0.54% | - |
| HSV(B) | 135.65º | 0.4% | 0.68% | - |
| XYZ | 24.17 | 34.24 | 23.75 | - |
| YUV | 146.56 | 114.14 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 173 | 122 | 0.40 | 0 | 0.29 | 0.32 | 135.65 | 0.3 | 0.54 |
| Hex | 68 | AD | 7A | 28 | 0 | 1D | 20 | 88 | 1E | 36 |
| Octal | 150 | 255 | 172 | 50 | 0 | 35 | 40 | 210 | 36 | 66 |
| Binary | 1101000 | 10101101 | 1111010 | 101000 | 0 | 11101 | 100000 | 10001000 | 11110 | 110110 |
Color Harmonies of #68AD7A
Complementary color
Monochromatic Colors of #68AD7A
Black with #68AD7A
Text Example
Text Example
White with #68AD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AD7A; }
p { color: rgb(104,173,122); }
H1.HeaderClassName
{
color: #68AD7A;
}
.AnyTagClassName
{
color: #68AD7A;
}
</style>
background-color css
<style>
a { background-color: #68AD7A; }
a { background-color: rgb(104,173,122); }
div.DivClassName
{
background-color: #68AD7A;
}
.BgClassName
{
background-color: #68AD7A;
}
</style>
border-color css
<style>
span { border-color: #68AD7A; }
span { border-color: rgb(104,173,122); }
td.TdClassName
{
border-color: #68AD7A;
}
.TagClassName
{
border-color: #68AD7A;
}
</style>