Shades of Oxley #6B8D77
Tints of Oxley #6B8D77
RGB
CMYK
RGB Variations
Color information
#6B8D77 (or 0x6B8D77) is known color: Oxley. HEX triplet: 6B, 8D and 77. RGB value is (107,141,119). Sum of RGB (Red+Green+Blue) = 107+141+119=367 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.16% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D77 is #947288. Grayscale: #808080. Windows color (decimal): -9728649 or 7834987. OLE color: 7834987.
HSL color Cylindrical-coordinate representation of color #6B8D77: hue angle of 141.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D77 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 119 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.45 |
| HSL | 141.18º | 0.14% | 0.49% | - |
| HSV(B) | 141.18º | 0.24% | 0.55% | - |
| XYZ | 18.92 | 23.51 | 20.99 | - |
| YUV | 128.33 | 122.74 | 112.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 119 | 0.24 | 0 | 0.16 | 0.45 | 141.18 | 0.14 | 0.49 |
| Hex | 6B | 8D | 77 | 18 | 0 | 10 | 2D | 8D | E | 31 |
| Octal | 153 | 215 | 167 | 30 | 0 | 20 | 55 | 215 | 16 | 61 |
| Binary | 1101011 | 10001101 | 1110111 | 11000 | 0 | 10000 | 101101 | 10001101 | 1110 | 110001 |
Color Harmonies of #6B8D77
Complementary color
Monochromatic Colors of #6B8D77
Black with #6B8D77
Text Example
Text Example
White with #6B8D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D77; }
p { color: rgb(107,141,119); }
H1.HeaderClassName
{
color: #6B8D77;
}
.AnyTagClassName
{
color: #6B8D77;
}
</style>
background-color css
<style>
a { background-color: #6B8D77; }
a { background-color: rgb(107,141,119); }
div.DivClassName
{
background-color: #6B8D77;
}
.BgClassName
{
background-color: #6B8D77;
}
</style>
border-color css
<style>
span { border-color: #6B8D77; }
span { border-color: rgb(107,141,119); }
td.TdClassName
{
border-color: #6B8D77;
}
.TagClassName
{
border-color: #6B8D77;
}
</style>