Shades of Oxley #6D8F75
Tints of Oxley #6D8F75
RGB
CMYK
RGB Variations
Color information
#6D8F75 (or 0x6D8F75) is known color: Oxley. HEX triplet: 6D, 8F and 75. RGB value is (109,143,117). Sum of RGB (Red+Green+Blue) = 109+143+117=369 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.54% from 369); Green value is 143 (56.25% from 255 or 38.75% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8F75 is #92708A. Grayscale: #818181. Windows color (decimal): -9597067 or 7704429. OLE color: 7704429.
HSL color Cylindrical-coordinate representation of color #6D8F75: hue angle of 134.12º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D8F75 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 117 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.44 |
| HSL | 134.12º | 0.13% | 0.49% | - |
| HSV(B) | 134.12º | 0.24% | 0.56% | - |
| XYZ | 19.34 | 24.18 | 20.48 | - |
| YUV | 129.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 117 | 0.24 | 0 | 0.18 | 0.44 | 134.12 | 0.13 | 0.49 |
| Hex | 6D | 8F | 75 | 18 | 0 | 12 | 2C | 86 | D | 31 |
| Octal | 155 | 217 | 165 | 30 | 0 | 22 | 54 | 206 | 15 | 61 |
| Binary | 1101101 | 10001111 | 1110101 | 11000 | 0 | 10010 | 101100 | 10000110 | 1101 | 110001 |
Color Harmonies of #6D8F75
Complementary color
Monochromatic Colors of #6D8F75
Black with #6D8F75
Text Example
Text Example
White with #6D8F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F75; }
p { color: rgb(109,143,117); }
H1.HeaderClassName
{
color: #6D8F75;
}
.AnyTagClassName
{
color: #6D8F75;
}
</style>
background-color css
<style>
a { background-color: #6D8F75; }
a { background-color: rgb(109,143,117); }
div.DivClassName
{
background-color: #6D8F75;
}
.BgClassName
{
background-color: #6D8F75;
}
</style>
border-color css
<style>
span { border-color: #6D8F75; }
span { border-color: rgb(109,143,117); }
td.TdClassName
{
border-color: #6D8F75;
}
.TagClassName
{
border-color: #6D8F75;
}
</style>