Shades of Oxley #6A8D75
Tints of Oxley #6A8D75
RGB
CMYK
RGB Variations
Color information
#6A8D75 (or 0x6A8D75) is known color: Oxley. HEX triplet: 6A, 8D and 75. RGB value is (106,141,117). Sum of RGB (Red+Green+Blue) = 106+141+117=364 (48% of max value = 765). Red value is 106 (41.80% from 255 or 29.12% from 364); Green value is 141 (55.47% from 255 or 38.74% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A8D75 is #95728A. Grayscale: #7F7F7F. Windows color (decimal): -9794187 or 7703914. OLE color: 7703914.
HSL color Cylindrical-coordinate representation of color #6A8D75: hue angle of 138.86º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8D75 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 117 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.45 |
| HSL | 138.86º | 0.14% | 0.48% | - |
| HSV(B) | 138.86º | 0.25% | 0.55% | - |
| XYZ | 18.68 | 23.4 | 20.36 | - |
| YUV | 127.8 | 121.9 | 112.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 117 | 0.25 | 0 | 0.17 | 0.45 | 138.86 | 0.14 | 0.48 |
| Hex | 6A | 8D | 75 | 19 | 0 | 11 | 2D | 8B | E | 30 |
| Octal | 152 | 215 | 165 | 31 | 0 | 21 | 55 | 213 | 16 | 60 |
| Binary | 1101010 | 10001101 | 1110101 | 11001 | 0 | 10001 | 101101 | 10001011 | 1110 | 110000 |
Color Harmonies of #6A8D75
Complementary color
Monochromatic Colors of #6A8D75
Black with #6A8D75
Text Example
Text Example
White with #6A8D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D75; }
p { color: rgb(106,141,117); }
H1.HeaderClassName
{
color: #6A8D75;
}
.AnyTagClassName
{
color: #6A8D75;
}
</style>
background-color css
<style>
a { background-color: #6A8D75; }
a { background-color: rgb(106,141,117); }
div.DivClassName
{
background-color: #6A8D75;
}
.BgClassName
{
background-color: #6A8D75;
}
</style>
border-color css
<style>
span { border-color: #6A8D75; }
span { border-color: rgb(106,141,117); }
td.TdClassName
{
border-color: #6A8D75;
}
.TagClassName
{
border-color: #6A8D75;
}
</style>