Shades of Oxley #6E917D
Tints of Oxley #6E917D
RGB
CMYK
RGB Variations
Color information
#6E917D (or 0x6E917D) is known color: Oxley. HEX triplet: 6E, 91 and 7D. RGB value is (110,145,125). Sum of RGB (Red+Green+Blue) = 110+145+125=380 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.95% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 125 (49.22% from 255 or 32.89% from 380); Max value from RGB is 145 - color contains mainly: green. Hex color #6E917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E917D is #916E82. Grayscale: #848484. Windows color (decimal): -9531011 or 8229230. OLE color: 8229230.
HSL color Cylindrical-coordinate representation of color #6E917D: hue angle of 145.71º 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 #6E917D is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 125 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.43 |
| HSL | 145.71º | 0.14% | 0.5% | - |
| HSV(B) | 145.71º | 0.24% | 0.57% | - |
| XYZ | 20.26 | 25.05 | 23.17 | - |
| YUV | 132.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 125 | 0.24 | 0 | 0.14 | 0.43 | 145.71 | 0.14 | 0.5 |
| Hex | 6E | 91 | 7D | 18 | 0 | E | 2B | 92 | E | 32 |
| Octal | 156 | 221 | 175 | 30 | 0 | 16 | 53 | 222 | 16 | 62 |
| Binary | 1101110 | 10010001 | 1111101 | 11000 | 0 | 1110 | 101011 | 10010010 | 1110 | 110010 |
Color Harmonies of #6E917D
Complementary color
Monochromatic Colors of #6E917D
Black with #6E917D
Text Example
Text Example
White with #6E917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E917D; }
p { color: rgb(110,145,125); }
H1.HeaderClassName
{
color: #6E917D;
}
.AnyTagClassName
{
color: #6E917D;
}
</style>
background-color css
<style>
a { background-color: #6E917D; }
a { background-color: rgb(110,145,125); }
div.DivClassName
{
background-color: #6E917D;
}
.BgClassName
{
background-color: #6E917D;
}
</style>
border-color css
<style>
span { border-color: #6E917D; }
span { border-color: rgb(110,145,125); }
td.TdClassName
{
border-color: #6E917D;
}
.TagClassName
{
border-color: #6E917D;
}
</style>