Shades of Oxley #6EAC7B
Tints of Oxley #6EAC7B
RGB
CMYK
RGB Variations
Color information
#6EAC7B (or 0x6EAC7B) is known color: Oxley. HEX triplet: 6E, AC and 7B. RGB value is (110,172,123). Sum of RGB (Red+Green+Blue) = 110+172+123=405 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.16% from 405); Green value is 172 (67.58% from 255 or 42.47% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAC7B is #915384. Grayscale: #949494. Windows color (decimal): -9524101 or 8105070. OLE color: 8105070.
HSL color Cylindrical-coordinate representation of color #6EAC7B: hue angle of 132.58º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6EAC7B is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 172 | 123 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.33 |
| HSL | 132.58º | 0.27% | 0.55% | - |
| HSV(B) | 132.58º | 0.36% | 0.67% | - |
| XYZ | 24.76 | 34.25 | 24.04 | - |
| YUV | 147.88 | 113.96 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 123 | 0.36 | 0 | 0.28 | 0.33 | 132.58 | 0.27 | 0.55 |
| Hex | 6E | AC | 7B | 24 | 0 | 1C | 21 | 85 | 1B | 37 |
| Octal | 156 | 254 | 173 | 44 | 0 | 34 | 41 | 205 | 33 | 67 |
| Binary | 1101110 | 10101100 | 1111011 | 100100 | 0 | 11100 | 100001 | 10000101 | 11011 | 110111 |
Color Harmonies of #6EAC7B
Complementary color
Monochromatic Colors of #6EAC7B
Black with #6EAC7B
Text Example
Text Example
White with #6EAC7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAC7B; }
p { color: rgb(110,172,123); }
H1.HeaderClassName
{
color: #6EAC7B;
}
.AnyTagClassName
{
color: #6EAC7B;
}
</style>
background-color css
<style>
a { background-color: #6EAC7B; }
a { background-color: rgb(110,172,123); }
div.DivClassName
{
background-color: #6EAC7B;
}
.BgClassName
{
background-color: #6EAC7B;
}
</style>
border-color css
<style>
span { border-color: #6EAC7B; }
span { border-color: rgb(110,172,123); }
td.TdClassName
{
border-color: #6EAC7B;
}
.TagClassName
{
border-color: #6EAC7B;
}
</style>