Shades of Oxley #6E9177
Tints of Oxley #6E9177
RGB
CMYK
RGB Variations
Color information
#6E9177 (or 0x6E9177) is known color: Oxley. HEX triplet: 6E, 91 and 77. RGB value is (110,145,119). Sum of RGB (Red+Green+Blue) = 110+145+119=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 119 (46.88% from 255 or 31.82% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #6E9177 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9177 is #916E88. Grayscale: #838383. Windows color (decimal): -9531017 or 7836014. OLE color: 7836014.
HSL color Cylindrical-coordinate representation of color #6E9177: hue angle of 135.43º 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 #6E9177 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 119 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.43 |
| HSL | 135.43º | 0.14% | 0.5% | - |
| HSV(B) | 135.43º | 0.24% | 0.57% | - |
| XYZ | 19.89 | 24.9 | 21.21 | - |
| YUV | 131.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 119 | 0.24 | 0 | 0.18 | 0.43 | 135.43 | 0.14 | 0.5 |
| Hex | 6E | 91 | 77 | 18 | 0 | 12 | 2B | 87 | E | 32 |
| Octal | 156 | 221 | 167 | 30 | 0 | 22 | 53 | 207 | 16 | 62 |
| Binary | 1101110 | 10010001 | 1110111 | 11000 | 0 | 10010 | 101011 | 10000111 | 1110 | 110010 |
Color Harmonies of #6E9177
Complementary color
Monochromatic Colors of #6E9177
Black with #6E9177
Text Example
Text Example
White with #6E9177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9177; }
p { color: rgb(110,145,119); }
H1.HeaderClassName
{
color: #6E9177;
}
.AnyTagClassName
{
color: #6E9177;
}
</style>
background-color css
<style>
a { background-color: #6E9177; }
a { background-color: rgb(110,145,119); }
div.DivClassName
{
background-color: #6E9177;
}
.BgClassName
{
background-color: #6E9177;
}
</style>
border-color css
<style>
span { border-color: #6E9177; }
span { border-color: rgb(110,145,119); }
td.TdClassName
{
border-color: #6E9177;
}
.TagClassName
{
border-color: #6E9177;
}
</style>