Shades of Oxley #6E9577
Tints of Oxley #6E9577
RGB
CMYK
RGB Variations
Color information
#6E9577 (or 0x6E9577) is known color: Oxley. HEX triplet: 6E, 95 and 77. RGB value is (110,149,119). Sum of RGB (Red+Green+Blue) = 110+149+119=378 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.10% from 378); Green value is 149 (58.59% from 255 or 39.42% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9577 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9577 is #916A88. Grayscale: #868686. Windows color (decimal): -9529993 or 7837038. OLE color: 7837038.
HSL color Cylindrical-coordinate representation of color #6E9577: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9577 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 119 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.42 |
| HSL | 133.85º | 0.16% | 0.51% | - |
| HSV(B) | 133.85º | 0.26% | 0.58% | - |
| XYZ | 20.51 | 26.14 | 21.42 | - |
| YUV | 133.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 119 | 0.26 | 0 | 0.20 | 0.42 | 133.85 | 0.16 | 0.51 |
| Hex | 6E | 95 | 77 | 1A | 0 | 14 | 2A | 86 | 10 | 33 |
| Octal | 156 | 225 | 167 | 32 | 0 | 24 | 52 | 206 | 20 | 63 |
| Binary | 1101110 | 10010101 | 1110111 | 11010 | 0 | 10100 | 101010 | 10000110 | 10000 | 110011 |
Color Harmonies of #6E9577
Complementary color
Monochromatic Colors of #6E9577
Black with #6E9577
Text Example
Text Example
White with #6E9577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9577; }
p { color: rgb(110,149,119); }
H1.HeaderClassName
{
color: #6E9577;
}
.AnyTagClassName
{
color: #6E9577;
}
</style>
background-color css
<style>
a { background-color: #6E9577; }
a { background-color: rgb(110,149,119); }
div.DivClassName
{
background-color: #6E9577;
}
.BgClassName
{
background-color: #6E9577;
}
</style>
border-color css
<style>
span { border-color: #6E9577; }
span { border-color: rgb(110,149,119); }
td.TdClassName
{
border-color: #6E9577;
}
.TagClassName
{
border-color: #6E9577;
}
</style>