Shades of Oxley #6F8E77
Tints of Oxley #6F8E77
RGB
CMYK
RGB Variations
Color information
#6F8E77 (or 0x6F8E77) is known color: Oxley. HEX triplet: 6F, 8E and 77. RGB value is (111,142,119). Sum of RGB (Red+Green+Blue) = 111+142+119=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 142 (55.86% from 255 or 38.17% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E77 is #907188. Grayscale: #828282. Windows color (decimal): -9466249 or 7835247. OLE color: 7835247.
HSL color Cylindrical-coordinate representation of color #6F8E77: hue angle of 135.48º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E77 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 119 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.44 |
| HSL | 135.48º | 0.12% | 0.5% | - |
| HSV(B) | 135.48º | 0.22% | 0.56% | - |
| XYZ | 19.56 | 24.06 | 21.07 | - |
| YUV | 130.11 | 121.73 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 119 | 0.22 | 0 | 0.16 | 0.44 | 135.48 | 0.12 | 0.5 |
| Hex | 6F | 8E | 77 | 16 | 0 | 10 | 2C | 87 | C | 32 |
| Octal | 157 | 216 | 167 | 26 | 0 | 20 | 54 | 207 | 14 | 62 |
| Binary | 1101111 | 10001110 | 1110111 | 10110 | 0 | 10000 | 101100 | 10000111 | 1100 | 110010 |
Color Harmonies of #6F8E77
Complementary color
Monochromatic Colors of #6F8E77
Black with #6F8E77
Text Example
Text Example
White with #6F8E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E77; }
p { color: rgb(111,142,119); }
H1.HeaderClassName
{
color: #6F8E77;
}
.AnyTagClassName
{
color: #6F8E77;
}
</style>
background-color css
<style>
a { background-color: #6F8E77; }
a { background-color: rgb(111,142,119); }
div.DivClassName
{
background-color: #6F8E77;
}
.BgClassName
{
background-color: #6F8E77;
}
</style>
border-color css
<style>
span { border-color: #6F8E77; }
span { border-color: rgb(111,142,119); }
td.TdClassName
{
border-color: #6F8E77;
}
.TagClassName
{
border-color: #6F8E77;
}
</style>