Shades of Oxley #6B947A
Tints of Oxley #6B947A
RGB
CMYK
RGB Variations
Color information
#6B947A (or 0x6B947A) is known color: Oxley. HEX triplet: 6B, 94 and 7A. RGB value is (107,148,122). Sum of RGB (Red+Green+Blue) = 107+148+122=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #6B947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B947A is #946B85. Grayscale: #848484. Windows color (decimal): -9726854 or 8033387. OLE color: 8033387.
HSL color Cylindrical-coordinate representation of color #6B947A: hue angle of 141.95º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B947A is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 107 | 148 | 122 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.42 |
| HSL | 141.95º | 0.16% | 0.5% | - |
| HSV(B) | 141.95º | 0.28% | 0.58% | - |
| XYZ | 20.17 | 25.71 | 22.31 | - |
| YUV | 132.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 148 | 122 | 0.28 | 0 | 0.18 | 0.42 | 141.95 | 0.16 | 0.5 |
| Hex | 6B | 94 | 7A | 1C | 0 | 12 | 2A | 8E | 10 | 32 |
| Octal | 153 | 224 | 172 | 34 | 0 | 22 | 52 | 216 | 20 | 62 |
| Binary | 1101011 | 10010100 | 1111010 | 11100 | 0 | 10010 | 101010 | 10001110 | 10000 | 110010 |
Color Harmonies of #6B947A
Complementary color
Monochromatic Colors of #6B947A
Black with #6B947A
Text Example
Text Example
White with #6B947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B947A; }
p { color: rgb(107,148,122); }
H1.HeaderClassName
{
color: #6B947A;
}
.AnyTagClassName
{
color: #6B947A;
}
</style>
background-color css
<style>
a { background-color: #6B947A; }
a { background-color: rgb(107,148,122); }
div.DivClassName
{
background-color: #6B947A;
}
.BgClassName
{
background-color: #6B947A;
}
</style>
border-color css
<style>
span { border-color: #6B947A; }
span { border-color: rgb(107,148,122); }
td.TdClassName
{
border-color: #6B947A;
}
.TagClassName
{
border-color: #6B947A;
}
</style>