Shades of Oxley #6EAA7D
Tints of Oxley #6EAA7D
RGB
CMYK
RGB Variations
Color information
#6EAA7D (or 0x6EAA7D) is known color: Oxley. HEX triplet: 6E, AA and 7D. RGB value is (110,170,125). Sum of RGB (Red+Green+Blue) = 110+170+125=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 125 (49.22% from 255 or 30.86% from 405); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAA7D is #915582. Grayscale: #939393. Windows color (decimal): -9524611 or 8235630. OLE color: 8235630.
HSL color Cylindrical-coordinate representation of color #6EAA7D: hue angle of 135º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6EAA7D is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 125 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.33 |
| HSL | 135º | 0.26% | 0.55% | - |
| HSV(B) | 135º | 0.35% | 0.67% | - |
| XYZ | 24.51 | 33.55 | 24.59 | - |
| YUV | 146.93 | 115.62 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 125 | 0.35 | 0 | 0.26 | 0.33 | 135 | 0.26 | 0.55 |
| Hex | 6E | AA | 7D | 23 | 0 | 1A | 21 | 87 | 1A | 37 |
| Octal | 156 | 252 | 175 | 43 | 0 | 32 | 41 | 207 | 32 | 67 |
| Binary | 1101110 | 10101010 | 1111101 | 100011 | 0 | 11010 | 100001 | 10000111 | 11010 | 110111 |
Color Harmonies of #6EAA7D
Complementary color
Monochromatic Colors of #6EAA7D
Black with #6EAA7D
Text Example
Text Example
White with #6EAA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA7D; }
p { color: rgb(110,170,125); }
H1.HeaderClassName
{
color: #6EAA7D;
}
.AnyTagClassName
{
color: #6EAA7D;
}
</style>
background-color css
<style>
a { background-color: #6EAA7D; }
a { background-color: rgb(110,170,125); }
div.DivClassName
{
background-color: #6EAA7D;
}
.BgClassName
{
background-color: #6EAA7D;
}
</style>
border-color css
<style>
span { border-color: #6EAA7D; }
span { border-color: rgb(110,170,125); }
td.TdClassName
{
border-color: #6EAA7D;
}
.TagClassName
{
border-color: #6EAA7D;
}
</style>