Shades of Oxley #6E9175
Tints of Oxley #6E9175
RGB
CMYK
RGB Variations
Color information
#6E9175 (or 0x6E9175) is known color: Oxley. HEX triplet: 6E, 91 and 75. RGB value is (110,145,117). Sum of RGB (Red+Green+Blue) = 110+145+117=372 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.57% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9175 is #916E8A. Grayscale: #838383. Windows color (decimal): -9531019 or 7704942. OLE color: 7704942.
HSL color Cylindrical-coordinate representation of color #6E9175: hue angle of 132º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6E9175 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 117 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.43 |
| HSL | 132º | 0.14% | 0.5% | - |
| HSV(B) | 132º | 0.24% | 0.57% | - |
| XYZ | 19.77 | 24.85 | 20.58 | - |
| YUV | 131.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 117 | 0.24 | 0 | 0.19 | 0.43 | 132 | 0.14 | 0.5 |
| Hex | 6E | 91 | 75 | 18 | 0 | 13 | 2B | 84 | E | 32 |
| Octal | 156 | 221 | 165 | 30 | 0 | 23 | 53 | 204 | 16 | 62 |
| Binary | 1101110 | 10010001 | 1110101 | 11000 | 0 | 10011 | 101011 | 10000100 | 1110 | 110010 |
Color Harmonies of #6E9175
Complementary color
Monochromatic Colors of #6E9175
Black with #6E9175
Text Example
Text Example
White with #6E9175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9175; }
p { color: rgb(110,145,117); }
H1.HeaderClassName
{
color: #6E9175;
}
.AnyTagClassName
{
color: #6E9175;
}
</style>
background-color css
<style>
a { background-color: #6E9175; }
a { background-color: rgb(110,145,117); }
div.DivClassName
{
background-color: #6E9175;
}
.BgClassName
{
background-color: #6E9175;
}
</style>
border-color css
<style>
span { border-color: #6E9175; }
span { border-color: rgb(110,145,117); }
td.TdClassName
{
border-color: #6E9175;
}
.TagClassName
{
border-color: #6E9175;
}
</style>