Shades of Oxley #6D8B76
Tints of Oxley #6D8B76
RGB
CMYK
RGB Variations
Color information
#6D8B76 (or 0x6D8B76) is known color: Oxley. HEX triplet: 6D, 8B and 76. RGB value is (109,139,118). Sum of RGB (Red+Green+Blue) = 109+139+118=366 (48% of max value = 765). Red value is 109 (42.97% from 255 or 29.78% from 366); Green value is 139 (54.69% from 255 or 37.98% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8B76 is #927489. Grayscale: #7F7F7F. Windows color (decimal): -9598090 or 7768941. OLE color: 7768941.
HSL color Cylindrical-coordinate representation of color #6D8B76: hue angle of 138º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B76 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 118 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.45 |
| HSL | 138º | 0.12% | 0.49% | - |
| HSV(B) | 138º | 0.22% | 0.55% | - |
| XYZ | 18.81 | 23.02 | 20.59 | - |
| YUV | 127.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 118 | 0.22 | 0 | 0.15 | 0.45 | 138 | 0.12 | 0.49 |
| Hex | 6D | 8B | 76 | 16 | 0 | F | 2D | 8A | C | 31 |
| Octal | 155 | 213 | 166 | 26 | 0 | 17 | 55 | 212 | 14 | 61 |
| Binary | 1101101 | 10001011 | 1110110 | 10110 | 0 | 1111 | 101101 | 10001010 | 1100 | 110001 |
Color Harmonies of #6D8B76
Complementary color
Monochromatic Colors of #6D8B76
Black with #6D8B76
Text Example
Text Example
White with #6D8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B76; }
p { color: rgb(109,139,118); }
H1.HeaderClassName
{
color: #6D8B76;
}
.AnyTagClassName
{
color: #6D8B76;
}
</style>
background-color css
<style>
a { background-color: #6D8B76; }
a { background-color: rgb(109,139,118); }
div.DivClassName
{
background-color: #6D8B76;
}
.BgClassName
{
background-color: #6D8B76;
}
</style>
border-color css
<style>
span { border-color: #6D8B76; }
span { border-color: rgb(109,139,118); }
td.TdClassName
{
border-color: #6D8B76;
}
.TagClassName
{
border-color: #6D8B76;
}
</style>