Shades of Oxley #6EAA7B
Tints of Oxley #6EAA7B
RGB
CMYK
RGB Variations
Color information
#6EAA7B (or 0x6EAA7B) is known color: Oxley. HEX triplet: 6E, AA and 7B. RGB value is (110,170,123). Sum of RGB (Red+Green+Blue) = 110+170+123=403 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.30% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 123 (48.44% from 255 or 30.52% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #6EAA7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAA7B is #915584. Grayscale: #929292. Windows color (decimal): -9524613 or 8104558. OLE color: 8104558.
HSL color Cylindrical-coordinate representation of color #6EAA7B: hue angle of 133º 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 #6EAA7B is Cyan = 0.35, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 170 | 123 | - |
| CMYK | 0.35 | 0 | 0.28 | 0.33 |
| HSL | 133º | 0.26% | 0.55% | - |
| HSV(B) | 133º | 0.35% | 0.67% | - |
| XYZ | 24.38 | 33.49 | 23.92 | - |
| YUV | 146.7 | 114.62 | 101.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 170 | 123 | 0.35 | 0 | 0.28 | 0.33 | 133 | 0.26 | 0.55 |
| Hex | 6E | AA | 7B | 23 | 0 | 1C | 21 | 85 | 1A | 37 |
| Octal | 156 | 252 | 173 | 43 | 0 | 34 | 41 | 205 | 32 | 67 |
| Binary | 1101110 | 10101010 | 1111011 | 100011 | 0 | 11100 | 100001 | 10000101 | 11010 | 110111 |
Color Harmonies of #6EAA7B
Complementary color
Monochromatic Colors of #6EAA7B
Black with #6EAA7B
Text Example
Text Example
White with #6EAA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAA7B; }
p { color: rgb(110,170,123); }
H1.HeaderClassName
{
color: #6EAA7B;
}
.AnyTagClassName
{
color: #6EAA7B;
}
</style>
background-color css
<style>
a { background-color: #6EAA7B; }
a { background-color: rgb(110,170,123); }
div.DivClassName
{
background-color: #6EAA7B;
}
.BgClassName
{
background-color: #6EAA7B;
}
</style>
border-color css
<style>
span { border-color: #6EAA7B; }
span { border-color: rgb(110,170,123); }
td.TdClassName
{
border-color: #6EAA7B;
}
.TagClassName
{
border-color: #6EAA7B;
}
</style>