Shades of Oxley #6A947A
Tints of Oxley #6A947A
RGB
CMYK
RGB Variations
Color information
#6A947A (or 0x6A947A) is known color: Oxley. HEX triplet: 6A, 94 and 7A. RGB value is (106,148,122). Sum of RGB (Red+Green+Blue) = 106+148+122=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #6A947A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A947A is #956B85. Grayscale: #848484. Windows color (decimal): -9792390 or 8033386. OLE color: 8033386.
HSL color Cylindrical-coordinate representation of color #6A947A: hue angle of 142.86º degrees, saturation: 0.17, 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 #6A947A is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 148 | 122 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.42 |
| HSL | 142.86º | 0.17% | 0.5% | - |
| HSV(B) | 142.86º | 0.28% | 0.58% | - |
| XYZ | 20.05 | 25.65 | 22.31 | - |
| YUV | 132.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 148 | 122 | 0.28 | 0 | 0.18 | 0.42 | 142.86 | 0.17 | 0.5 |
| Hex | 6A | 94 | 7A | 1C | 0 | 12 | 2A | 8F | 11 | 32 |
| Octal | 152 | 224 | 172 | 34 | 0 | 22 | 52 | 217 | 21 | 62 |
| Binary | 1101010 | 10010100 | 1111010 | 11100 | 0 | 10010 | 101010 | 10001111 | 10001 | 110010 |
Color Harmonies of #6A947A
Complementary color
Monochromatic Colors of #6A947A
Black with #6A947A
Text Example
Text Example
White with #6A947A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A947A; }
p { color: rgb(106,148,122); }
H1.HeaderClassName
{
color: #6A947A;
}
.AnyTagClassName
{
color: #6A947A;
}
</style>
background-color css
<style>
a { background-color: #6A947A; }
a { background-color: rgb(106,148,122); }
div.DivClassName
{
background-color: #6A947A;
}
.BgClassName
{
background-color: #6A947A;
}
</style>
border-color css
<style>
span { border-color: #6A947A; }
span { border-color: rgb(106,148,122); }
td.TdClassName
{
border-color: #6A947A;
}
.TagClassName
{
border-color: #6A947A;
}
</style>