Shades of Oxley #6B8D7A
Tints of Oxley #6B8D7A
RGB
CMYK
RGB Variations
Color information
#6B8D7A (or 0x6B8D7A) is known color: Oxley. HEX triplet: 6B, 8D and 7A. RGB value is (107,141,122). Sum of RGB (Red+Green+Blue) = 107+141+122=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D7A is #947285. Grayscale: #808080. Windows color (decimal): -9728646 or 8031595. OLE color: 8031595.
HSL color Cylindrical-coordinate representation of color #6B8D7A: hue angle of 146.47º 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 #6B8D7A is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 141 | 122 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.45 |
| HSL | 146.47º | 0.14% | 0.49% | - |
| HSV(B) | 146.47º | 0.24% | 0.55% | - |
| XYZ | 19.1 | 23.58 | 21.96 | - |
| YUV | 128.67 | 124.24 | 112.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 141 | 122 | 0.24 | 0 | 0.13 | 0.45 | 146.47 | 0.14 | 0.49 |
| Hex | 6B | 8D | 7A | 18 | 0 | D | 2D | 92 | E | 31 |
| Octal | 153 | 215 | 172 | 30 | 0 | 15 | 55 | 222 | 16 | 61 |
| Binary | 1101011 | 10001101 | 1111010 | 11000 | 0 | 1101 | 101101 | 10010010 | 1110 | 110001 |
Color Harmonies of #6B8D7A
Complementary color
Monochromatic Colors of #6B8D7A
Black with #6B8D7A
Text Example
Text Example
White with #6B8D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8D7A; }
p { color: rgb(107,141,122); }
H1.HeaderClassName
{
color: #6B8D7A;
}
.AnyTagClassName
{
color: #6B8D7A;
}
</style>
background-color css
<style>
a { background-color: #6B8D7A; }
a { background-color: rgb(107,141,122); }
div.DivClassName
{
background-color: #6B8D7A;
}
.BgClassName
{
background-color: #6B8D7A;
}
</style>
border-color css
<style>
span { border-color: #6B8D7A; }
span { border-color: rgb(107,141,122); }
td.TdClassName
{
border-color: #6B8D7A;
}
.TagClassName
{
border-color: #6B8D7A;
}
</style>