Shades of Oxley #6C947A
Tints of Oxley #6C947A
RGB
CMYK
RGB Variations
Color information
#6C947A (or 0x6C947A) is known color: Oxley. HEX triplet: 6C, 94 and 7A. RGB value is (108,148,122). Sum of RGB (Red+Green+Blue) = 108+148+122=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #6C947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C947A is #936B85. Grayscale: #858585. Windows color (decimal): -9661318 or 8033388. OLE color: 8033388.
HSL color Cylindrical-coordinate representation of color #6C947A: hue angle of 141º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C947A is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 108 | 148 | 122 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.42 |
| HSL | 141º | 0.16% | 0.5% | - |
| HSV(B) | 141º | 0.27% | 0.58% | - |
| XYZ | 20.29 | 25.77 | 22.32 | - |
| YUV | 133.08 | 121.75 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 148 | 122 | 0.27 | 0 | 0.18 | 0.42 | 141 | 0.16 | 0.5 |
| Hex | 6C | 94 | 7A | 1B | 0 | 12 | 2A | 8D | 10 | 32 |
| Octal | 154 | 224 | 172 | 33 | 0 | 22 | 52 | 215 | 20 | 62 |
| Binary | 1101100 | 10010100 | 1111010 | 11011 | 0 | 10010 | 101010 | 10001101 | 10000 | 110010 |
Color Harmonies of #6C947A
Complementary color
Monochromatic Colors of #6C947A
Black with #6C947A
Text Example
Text Example
White with #6C947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C947A; }
p { color: rgb(108,148,122); }
H1.HeaderClassName
{
color: #6C947A;
}
.AnyTagClassName
{
color: #6C947A;
}
</style>
background-color css
<style>
a { background-color: #6C947A; }
a { background-color: rgb(108,148,122); }
div.DivClassName
{
background-color: #6C947A;
}
.BgClassName
{
background-color: #6C947A;
}
</style>
border-color css
<style>
span { border-color: #6C947A; }
span { border-color: rgb(108,148,122); }
td.TdClassName
{
border-color: #6C947A;
}
.TagClassName
{
border-color: #6C947A;
}
</style>