Shades of Oxley #68AC80
Tints of Oxley #68AC80
RGB
CMYK
RGB Variations
Color information
#68AC80 (or 0x68AC80) is known color: Oxley. HEX triplet: 68, AC and 80. RGB value is (104,172,128). Sum of RGB (Red+Green+Blue) = 104+172+128=404 (53% of max value = 765). Red value is 104 (41.02% from 255 or 25.74% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #68AC80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68AC80 is #97537F. Grayscale: #929292. Windows color (decimal): -9917312 or 8432744. OLE color: 8432744.
HSL color Cylindrical-coordinate representation of color #68AC80: hue angle of 141.18º 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 #68AC80 is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 172 | 128 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.33 |
| HSL | 141.18º | 0.29% | 0.54% | - |
| HSV(B) | 141.18º | 0.4% | 0.67% | - |
| XYZ | 24.36 | 34.01 | 25.7 | - |
| YUV | 146.65 | 117.47 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 172 | 128 | 0.40 | 0 | 0.26 | 0.33 | 141.18 | 0.29 | 0.54 |
| Hex | 68 | AC | 80 | 28 | 0 | 1A | 21 | 8D | 1D | 36 |
| Octal | 150 | 254 | 200 | 50 | 0 | 32 | 41 | 215 | 35 | 66 |
| Binary | 1101000 | 10101100 | 10000000 | 101000 | 0 | 11010 | 100001 | 10001101 | 11101 | 110110 |
Color Harmonies of #68AC80
Complementary color
Monochromatic Colors of #68AC80
Black with #68AC80
Text Example
Text Example
White with #68AC80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AC80; }
p { color: rgb(104,172,128); }
H1.HeaderClassName
{
color: #68AC80;
}
.AnyTagClassName
{
color: #68AC80;
}
</style>
background-color css
<style>
a { background-color: #68AC80; }
a { background-color: rgb(104,172,128); }
div.DivClassName
{
background-color: #68AC80;
}
.BgClassName
{
background-color: #68AC80;
}
</style>
border-color css
<style>
span { border-color: #68AC80; }
span { border-color: rgb(104,172,128); }
td.TdClassName
{
border-color: #68AC80;
}
.TagClassName
{
border-color: #68AC80;
}
</style>