Shades of Oxley #6F8E78
Tints of Oxley #6F8E78
RGB
CMYK
RGB Variations
Color information
#6F8E78 (or 0x6F8E78) is known color: Oxley. HEX triplet: 6F, 8E and 78. RGB value is (111,142,120). Sum of RGB (Red+Green+Blue) = 111+142+120=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 142 (55.86% from 255 or 38.07% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8E78 is #907187. Grayscale: #828282. Windows color (decimal): -9466248 or 7900783. OLE color: 7900783.
HSL color Cylindrical-coordinate representation of color #6F8E78: hue angle of 137.42º 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 #6F8E78 is Cyan = 0.22, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 120 | - |
| CMYK | 0.22 | 0 | 0.15 | 0.44 |
| HSL | 137.42º | 0.12% | 0.5% | - |
| HSV(B) | 137.42º | 0.22% | 0.56% | - |
| XYZ | 19.62 | 24.08 | 21.38 | - |
| YUV | 130.22 | 122.23 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 120 | 0.22 | 0 | 0.15 | 0.44 | 137.42 | 0.12 | 0.5 |
| Hex | 6F | 8E | 78 | 16 | 0 | F | 2C | 89 | C | 32 |
| Octal | 157 | 216 | 170 | 26 | 0 | 17 | 54 | 211 | 14 | 62 |
| Binary | 1101111 | 10001110 | 1111000 | 10110 | 0 | 1111 | 101100 | 10001001 | 1100 | 110010 |
Color Harmonies of #6F8E78
Complementary color
Monochromatic Colors of #6F8E78
Black with #6F8E78
Text Example
Text Example
White with #6F8E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E78; }
p { color: rgb(111,142,120); }
H1.HeaderClassName
{
color: #6F8E78;
}
.AnyTagClassName
{
color: #6F8E78;
}
</style>
background-color css
<style>
a { background-color: #6F8E78; }
a { background-color: rgb(111,142,120); }
div.DivClassName
{
background-color: #6F8E78;
}
.BgClassName
{
background-color: #6F8E78;
}
</style>
border-color css
<style>
span { border-color: #6F8E78; }
span { border-color: rgb(111,142,120); }
td.TdClassName
{
border-color: #6F8E78;
}
.TagClassName
{
border-color: #6F8E78;
}
</style>