Shades of Oxley #6F8F77
Tints of Oxley #6F8F77
RGB
CMYK
RGB Variations
Color information
#6F8F77 (or 0x6F8F77) is known color: Oxley. HEX triplet: 6F, 8F and 77. RGB value is (111,143,119). Sum of RGB (Red+Green+Blue) = 111+143+119=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 143 (56.25% from 255 or 38.34% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8F77 is #907088. Grayscale: #828282. Windows color (decimal): -9465993 or 7835503. OLE color: 7835503.
HSL color Cylindrical-coordinate representation of color #6F8F77: hue angle of 135º degrees, saturation: 0.13, 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 #6F8F77 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 119 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.44 |
| HSL | 135º | 0.13% | 0.5% | - |
| HSV(B) | 135º | 0.22% | 0.56% | - |
| XYZ | 19.71 | 24.36 | 21.12 | - |
| YUV | 130.7 | 121.4 | 113.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 119 | 0.22 | 0 | 0.17 | 0.44 | 135 | 0.13 | 0.5 |
| Hex | 6F | 8F | 77 | 16 | 0 | 11 | 2C | 87 | D | 32 |
| Octal | 157 | 217 | 167 | 26 | 0 | 21 | 54 | 207 | 15 | 62 |
| Binary | 1101111 | 10001111 | 1110111 | 10110 | 0 | 10001 | 101100 | 10000111 | 1101 | 110010 |
Color Harmonies of #6F8F77
Complementary color
Monochromatic Colors of #6F8F77
Black with #6F8F77
Text Example
Text Example
White with #6F8F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F77; }
p { color: rgb(111,143,119); }
H1.HeaderClassName
{
color: #6F8F77;
}
.AnyTagClassName
{
color: #6F8F77;
}
</style>
background-color css
<style>
a { background-color: #6F8F77; }
a { background-color: rgb(111,143,119); }
div.DivClassName
{
background-color: #6F8F77;
}
.BgClassName
{
background-color: #6F8F77;
}
</style>
border-color css
<style>
span { border-color: #6F8F77; }
span { border-color: rgb(111,143,119); }
td.TdClassName
{
border-color: #6F8F77;
}
.TagClassName
{
border-color: #6F8F77;
}
</style>