Shades of Oxley #6B8B76
Tints of Oxley #6B8B76
RGB
CMYK
RGB Variations
Color information
#6B8B76 (or 0x6B8B76) is known color: Oxley. HEX triplet: 6B, 8B and 76. RGB value is (107,139,118). Sum of RGB (Red+Green+Blue) = 107+139+118=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 118 (46.48% from 255 or 32.42% from 364); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8B76 is #947489. Grayscale: #7F7F7F. Windows color (decimal): -9729162 or 7768939. OLE color: 7768939.
HSL color Cylindrical-coordinate representation of color #6B8B76: hue angle of 140.62º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B8B76 is Cyan = 0.23, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 139 | 118 | - |
| CMYK | 0.23 | 0 | 0.15 | 0.45 |
| HSL | 140.63º | 0.13% | 0.48% | - |
| HSV(B) | 140.63º | 0.23% | 0.55% | - |
| XYZ | 18.57 | 22.9 | 20.58 | - |
| YUV | 127.04 | 122.9 | 113.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 139 | 118 | 0.23 | 0 | 0.15 | 0.45 | 140.63 | 0.13 | 0.48 |
| Hex | 6B | 8B | 76 | 17 | 0 | F | 2D | 8D | D | 30 |
| Octal | 153 | 213 | 166 | 27 | 0 | 17 | 55 | 215 | 15 | 60 |
| Binary | 1101011 | 10001011 | 1110110 | 10111 | 0 | 1111 | 101101 | 10001101 | 1101 | 110000 |
Color Harmonies of #6B8B76
Complementary color
Monochromatic Colors of #6B8B76
Black with #6B8B76
Text Example
Text Example
White with #6B8B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8B76; }
p { color: rgb(107,139,118); }
H1.HeaderClassName
{
color: #6B8B76;
}
.AnyTagClassName
{
color: #6B8B76;
}
</style>
background-color css
<style>
a { background-color: #6B8B76; }
a { background-color: rgb(107,139,118); }
div.DivClassName
{
background-color: #6B8B76;
}
.BgClassName
{
background-color: #6B8B76;
}
</style>
border-color css
<style>
span { border-color: #6B8B76; }
span { border-color: rgb(107,139,118); }
td.TdClassName
{
border-color: #6B8B76;
}
.TagClassName
{
border-color: #6B8B76;
}
</style>