Shades of Oxley #6C8876
Tints of Oxley #6C8876
RGB
CMYK
RGB Variations
Color information
#6C8876 (or 0x6C8876) is known color: Oxley. HEX triplet: 6C, 88 and 76. RGB value is (108,136,118). Sum of RGB (Red+Green+Blue) = 108+136+118=362 (47% of max value = 765). Red value is 108 (42.58% from 255 or 29.83% from 362); Green value is 136 (53.52% from 255 or 37.57% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8876 is #937789. Grayscale: #7D7D7D. Windows color (decimal): -9664394 or 7768172. OLE color: 7768172.
HSL color Cylindrical-coordinate representation of color #6C8876: hue angle of 141.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8876 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 118 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.47 |
| HSL | 141.43º | 0.11% | 0.48% | - |
| HSV(B) | 141.43º | 0.21% | 0.53% | - |
| XYZ | 18.26 | 22.1 | 20.44 | - |
| YUV | 125.58 | 123.72 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 118 | 0.21 | 0 | 0.13 | 0.47 | 141.43 | 0.11 | 0.48 |
| Hex | 6C | 88 | 76 | 15 | 0 | D | 2F | 8D | B | 30 |
| Octal | 154 | 210 | 166 | 25 | 0 | 15 | 57 | 215 | 13 | 60 |
| Binary | 1101100 | 10001000 | 1110110 | 10101 | 0 | 1101 | 101111 | 10001101 | 1011 | 110000 |
Color Harmonies of #6C8876
Complementary color
Monochromatic Colors of #6C8876
Black with #6C8876
Text Example
Text Example
White with #6C8876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8876; }
p { color: rgb(108,136,118); }
H1.HeaderClassName
{
color: #6C8876;
}
.AnyTagClassName
{
color: #6C8876;
}
</style>
background-color css
<style>
a { background-color: #6C8876; }
a { background-color: rgb(108,136,118); }
div.DivClassName
{
background-color: #6C8876;
}
.BgClassName
{
background-color: #6C8876;
}
</style>
border-color css
<style>
span { border-color: #6C8876; }
span { border-color: rgb(108,136,118); }
td.TdClassName
{
border-color: #6C8876;
}
.TagClassName
{
border-color: #6C8876;
}
</style>