Shades of Oxley #6D8F77
Tints of Oxley #6D8F77
RGB
CMYK
RGB Variations
Color information
#6D8F77 (or 0x6D8F77) is known color: Oxley. HEX triplet: 6D, 8F and 77. RGB value is (109,143,119). Sum of RGB (Red+Green+Blue) = 109+143+119=371 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.38% from 371); Green value is 143 (56.25% from 255 or 38.54% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 143 - color contains mainly: green. Hex color #6D8F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8F77 is #927088. Grayscale: #828282. Windows color (decimal): -9597065 or 7835501. OLE color: 7835501.
HSL color Cylindrical-coordinate representation of color #6D8F77: hue angle of 137.65º 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 #6D8F77 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 109 | 143 | 119 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.44 |
| HSL | 137.65º | 0.13% | 0.49% | - |
| HSV(B) | 137.65º | 0.24% | 0.56% | - |
| XYZ | 19.46 | 24.23 | 21.1 | - |
| YUV | 130.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 143 | 119 | 0.24 | 0 | 0.17 | 0.44 | 137.65 | 0.13 | 0.49 |
| Hex | 6D | 8F | 77 | 18 | 0 | 11 | 2C | 8A | D | 31 |
| Octal | 155 | 217 | 167 | 30 | 0 | 21 | 54 | 212 | 15 | 61 |
| Binary | 1101101 | 10001111 | 1110111 | 11000 | 0 | 10001 | 101100 | 10001010 | 1101 | 110001 |
Color Harmonies of #6D8F77
Complementary color
Monochromatic Colors of #6D8F77
Black with #6D8F77
Text Example
Text Example
White with #6D8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8F77; }
p { color: rgb(109,143,119); }
H1.HeaderClassName
{
color: #6D8F77;
}
.AnyTagClassName
{
color: #6D8F77;
}
</style>
background-color css
<style>
a { background-color: #6D8F77; }
a { background-color: rgb(109,143,119); }
div.DivClassName
{
background-color: #6D8F77;
}
.BgClassName
{
background-color: #6D8F77;
}
</style>
border-color css
<style>
span { border-color: #6D8F77; }
span { border-color: rgb(109,143,119); }
td.TdClassName
{
border-color: #6D8F77;
}
.TagClassName
{
border-color: #6D8F77;
}
</style>