Shades of Oxley #6EAC7D
Tints of Oxley #6EAC7D
RGB
CMYK
RGB Variations
Color information
#6EAC7D (or 0x6EAC7D) is known color: Oxley. HEX triplet: 6E, AC and 7D. RGB value is (110,172,125). Sum of RGB (Red+Green+Blue) = 110+172+125=407 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.03% from 407); Green value is 172 (67.58% from 255 or 42.26% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 172 - color contains mainly: green. Hex color #6EAC7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EAC7D is #915382. Grayscale: #949494. Windows color (decimal): -9524099 or 8236142. OLE color: 8236142.
HSL color Cylindrical-coordinate representation of color #6EAC7D: hue angle of 134.52º 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 #6EAC7D is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 110 | 172 | 125 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.33 |
| HSL | 134.52º | 0.27% | 0.55% | - |
| HSV(B) | 134.52º | 0.36% | 0.67% | - |
| XYZ | 24.88 | 34.3 | 24.71 | - |
| YUV | 148.1 | 114.96 | 100.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 172 | 125 | 0.36 | 0 | 0.27 | 0.33 | 134.52 | 0.27 | 0.55 |
| Hex | 6E | AC | 7D | 24 | 0 | 1B | 21 | 87 | 1B | 37 |
| Octal | 156 | 254 | 175 | 44 | 0 | 33 | 41 | 207 | 33 | 67 |
| Binary | 1101110 | 10101100 | 1111101 | 100100 | 0 | 11011 | 100001 | 10000111 | 11011 | 110111 |
Color Harmonies of #6EAC7D
Complementary color
Monochromatic Colors of #6EAC7D
Black with #6EAC7D
Text Example
Text Example
White with #6EAC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EAC7D; }
p { color: rgb(110,172,125); }
H1.HeaderClassName
{
color: #6EAC7D;
}
.AnyTagClassName
{
color: #6EAC7D;
}
</style>
background-color css
<style>
a { background-color: #6EAC7D; }
a { background-color: rgb(110,172,125); }
div.DivClassName
{
background-color: #6EAC7D;
}
.BgClassName
{
background-color: #6EAC7D;
}
</style>
border-color css
<style>
span { border-color: #6EAC7D; }
span { border-color: rgb(110,172,125); }
td.TdClassName
{
border-color: #6EAC7D;
}
.TagClassName
{
border-color: #6EAC7D;
}
</style>