Shades of Oxley #68A37E
Tints of Oxley #68A37E
RGB
CMYK
RGB Variations
Color information
#68A37E (or 0x68A37E) is known color: Oxley. HEX triplet: 68, A3 and 7E. RGB value is (104,163,126). Sum of RGB (Red+Green+Blue) = 104+163+126=393 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26.46% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 163 - color contains mainly: green. Hex color #68A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68A37E is #975C81. Grayscale: #8D8D8D. Windows color (decimal): -9919618 or 8299368. OLE color: 8299368.
HSL color Cylindrical-coordinate representation of color #68A37E: hue angle of 142.37º degrees, saturation: 0.24, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #68A37E is Cyan = 0.36, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 104 | 163 | 126 | - |
| CMYK | 0.36 | 0 | 0.23 | 0.36 |
| HSL | 142.37º | 0.24% | 0.52% | - |
| HSV(B) | 142.37º | 0.36% | 0.64% | - |
| XYZ | 22.57 | 30.64 | 24.46 | - |
| YUV | 141.14 | 119.45 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 163 | 126 | 0.36 | 0 | 0.23 | 0.36 | 142.37 | 0.24 | 0.52 |
| Hex | 68 | A3 | 7E | 24 | 0 | 17 | 24 | 8E | 18 | 34 |
| Octal | 150 | 243 | 176 | 44 | 0 | 27 | 44 | 216 | 30 | 64 |
| Binary | 1101000 | 10100011 | 1111110 | 100100 | 0 | 10111 | 100100 | 10001110 | 11000 | 110100 |
Color Harmonies of #68A37E
Complementary color
Monochromatic Colors of #68A37E
Black with #68A37E
Text Example
Text Example
White with #68A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68A37E; }
p { color: rgb(104,163,126); }
H1.HeaderClassName
{
color: #68A37E;
}
.AnyTagClassName
{
color: #68A37E;
}
</style>
background-color css
<style>
a { background-color: #68A37E; }
a { background-color: rgb(104,163,126); }
div.DivClassName
{
background-color: #68A37E;
}
.BgClassName
{
background-color: #68A37E;
}
</style>
border-color css
<style>
span { border-color: #68A37E; }
span { border-color: rgb(104,163,126); }
td.TdClassName
{
border-color: #68A37E;
}
.TagClassName
{
border-color: #68A37E;
}
</style>