Shades of Oxley #6E9D73
Tints of Oxley #6E9D73
RGB
CMYK
RGB Variations
Color information
#6E9D73 (or 0x6E9D73) is known color: Oxley. HEX triplet: 6E, 9D and 73. RGB value is (110,157,115). Sum of RGB (Red+Green+Blue) = 110+157+115=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 157 (61.72% from 255 or 41.10% from 382); Blue value is 115 (45.31% from 255 or 30.10% from 382); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D73 is #91628C. Grayscale: #8A8A8A. Windows color (decimal): -9527949 or 7576942. OLE color: 7576942.
HSL color Cylindrical-coordinate representation of color #6E9D73: hue angle of 126.38º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D73 is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 115 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.38 |
| HSL | 126.38º | 0.19% | 0.52% | - |
| HSV(B) | 126.38º | 0.3% | 0.62% | - |
| XYZ | 21.58 | 28.67 | 20.62 | - |
| YUV | 138.16 | 114.93 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 115 | 0.30 | 0 | 0.27 | 0.38 | 126.38 | 0.19 | 0.52 |
| Hex | 6E | 9D | 73 | 1E | 0 | 1B | 26 | 7E | 13 | 34 |
| Octal | 156 | 235 | 163 | 36 | 0 | 33 | 46 | 176 | 23 | 64 |
| Binary | 1101110 | 10011101 | 1110011 | 11110 | 0 | 11011 | 100110 | 1111110 | 10011 | 110100 |
Color Harmonies of #6E9D73
Complementary color
Monochromatic Colors of #6E9D73
Black with #6E9D73
Text Example
Text Example
White with #6E9D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D73; }
p { color: rgb(110,157,115); }
H1.HeaderClassName
{
color: #6E9D73;
}
.AnyTagClassName
{
color: #6E9D73;
}
</style>
background-color css
<style>
a { background-color: #6E9D73; }
a { background-color: rgb(110,157,115); }
div.DivClassName
{
background-color: #6E9D73;
}
.BgClassName
{
background-color: #6E9D73;
}
</style>
border-color css
<style>
span { border-color: #6E9D73; }
span { border-color: rgb(110,157,115); }
td.TdClassName
{
border-color: #6E9D73;
}
.TagClassName
{
border-color: #6E9D73;
}
</style>