Shades of Oxley #68AA7E
Tints of Oxley #68AA7E
RGB
CMYK
RGB Variations
Color information
#68AA7E (or 0x68AA7E) is known color: Oxley. HEX triplet: 68, AA and 7E. RGB value is (104,170,126). Sum of RGB (Red+Green+Blue) = 104+170+126=400 (52% of max value = 765). Red value is 104 (41.02% from 255 or 26% from 400); Green value is 170 (66.80% from 255 or 42.5% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 170 - color contains mainly: green. Hex color #68AA7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68AA7E is #975581. Grayscale: #919191. Windows color (decimal): -9917826 or 8301160. OLE color: 8301160.
HSL color Cylindrical-coordinate representation of color #68AA7E: hue angle of 140º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #68AA7E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 104 | 170 | 126 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.33 |
| HSL | 140º | 0.28% | 0.54% | - |
| HSV(B) | 140º | 0.39% | 0.67% | - |
| XYZ | 23.85 | 33.2 | 24.89 | - |
| YUV | 145.25 | 117.13 | 98.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 170 | 126 | 0.39 | 0 | 0.26 | 0.33 | 140 | 0.28 | 0.54 |
| Hex | 68 | AA | 7E | 27 | 0 | 1A | 21 | 8C | 1C | 36 |
| Octal | 150 | 252 | 176 | 47 | 0 | 32 | 41 | 214 | 34 | 66 |
| Binary | 1101000 | 10101010 | 1111110 | 100111 | 0 | 11010 | 100001 | 10001100 | 11100 | 110110 |
Color Harmonies of #68AA7E
Complementary color
Monochromatic Colors of #68AA7E
Black with #68AA7E
Text Example
Text Example
White with #68AA7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68AA7E; }
p { color: rgb(104,170,126); }
H1.HeaderClassName
{
color: #68AA7E;
}
.AnyTagClassName
{
color: #68AA7E;
}
</style>
background-color css
<style>
a { background-color: #68AA7E; }
a { background-color: rgb(104,170,126); }
div.DivClassName
{
background-color: #68AA7E;
}
.BgClassName
{
background-color: #68AA7E;
}
</style>
border-color css
<style>
span { border-color: #68AA7E; }
span { border-color: rgb(104,170,126); }
td.TdClassName
{
border-color: #68AA7E;
}
.TagClassName
{
border-color: #68AA7E;
}
</style>