Shades of Oxley #6B8D79
Tints of Oxley #6B8D79
RGB
CMYK
RGB Variations
Color information
#6B8D79 (or 0x6B8D79) is known color: Oxley. HEX triplet: 6B, 8D and 79. RGB value is (107,141,121). Sum of RGB (Red+Green+Blue) = 107+141+121=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 141 (55.47% from 255 or 38.21% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D79 is #947286. Grayscale: #808080. Windows color (decimal): -9728647 or 7966059. OLE color: 7966059.
HSL color Cylindrical-coordinate representation of color #6B8D79: hue angle of 144.71º 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 #6B8D79 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 121 | - |
| CMYK | 0.24 | 0 | 0.14 | 0.45 |
| HSL | 144.71º | 0.14% | 0.49% | - |
| HSV(B) | 144.71º | 0.24% | 0.55% | - |
| XYZ | 19.04 | 23.56 | 21.63 | - |
| YUV | 128.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 121 | 0.24 | 0 | 0.14 | 0.45 | 144.71 | 0.14 | 0.49 |
| Hex | 6B | 8D | 79 | 18 | 0 | E | 2D | 91 | E | 31 |
| Octal | 153 | 215 | 171 | 30 | 0 | 16 | 55 | 221 | 16 | 61 |
| Binary | 1101011 | 10001101 | 1111001 | 11000 | 0 | 1110 | 101101 | 10010001 | 1110 | 110001 |
Color Harmonies of #6B8D79
Complementary color
Monochromatic Colors of #6B8D79
Black with #6B8D79
Text Example
Text Example
White with #6B8D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D79; }
p { color: rgb(107,141,121); }
H1.HeaderClassName
{
color: #6B8D79;
}
.AnyTagClassName
{
color: #6B8D79;
}
</style>
background-color css
<style>
a { background-color: #6B8D79; }
a { background-color: rgb(107,141,121); }
div.DivClassName
{
background-color: #6B8D79;
}
.BgClassName
{
background-color: #6B8D79;
}
</style>
border-color css
<style>
span { border-color: #6B8D79; }
span { border-color: rgb(107,141,121); }
td.TdClassName
{
border-color: #6B8D79;
}
.TagClassName
{
border-color: #6B8D79;
}
</style>