Shades of Oxley #68AC7D
Tints of Oxley #68AC7D
RGB
CMYK
RGB Variations
Color information
#68AC7D (or 0x68AC7D) is known color: Oxley. HEX triplet: 68, AC and 7D. RGB value is (104,172,125). Sum of RGB (Red+Green+Blue) = 104+172+125=401 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.94% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 125 (49.22% from 255 or 31.17% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AC7D is #975382. Grayscale: #929292. Windows color (decimal): -9917315 or 8236136. OLE color: 8236136.
HSL color Cylindrical-coordinate representation of color #68AC7D: hue angle of 138.53º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68AC7D is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 125 | - |
| CMYK | 0.40 | 0 | 0.27 | 0.33 |
| HSL | 138.53º | 0.29% | 0.54% | - |
| HSV(B) | 138.53º | 0.4% | 0.67% | - |
| XYZ | 24.16 | 33.93 | 24.68 | - |
| YUV | 146.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 125 | 0.40 | 0 | 0.27 | 0.33 | 138.53 | 0.29 | 0.54 |
| Hex | 68 | AC | 7D | 28 | 0 | 1B | 21 | 8B | 1D | 36 |
| Octal | 150 | 254 | 175 | 50 | 0 | 33 | 41 | 213 | 35 | 66 |
| Binary | 1101000 | 10101100 | 1111101 | 101000 | 0 | 11011 | 100001 | 10001011 | 11101 | 110110 |
Color Harmonies of #68AC7D
Complementary color
Monochromatic Colors of #68AC7D
Black with #68AC7D
Text Example
Text Example
White with #68AC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC7D; }
p { color: rgb(104,172,125); }
H1.HeaderClassName
{
color: #68AC7D;
}
.AnyTagClassName
{
color: #68AC7D;
}
</style>
background-color css
<style>
a { background-color: #68AC7D; }
a { background-color: rgb(104,172,125); }
div.DivClassName
{
background-color: #68AC7D;
}
.BgClassName
{
background-color: #68AC7D;
}
</style>
border-color css
<style>
span { border-color: #68AC7D; }
span { border-color: rgb(104,172,125); }
td.TdClassName
{
border-color: #68AC7D;
}
.TagClassName
{
border-color: #68AC7D;
}
</style>