Shades of Oxley #6A9379
Tints of Oxley #6A9379
RGB
CMYK
RGB Variations
Color information
#6A9379 (or 0x6A9379) is known color: Oxley. HEX triplet: 6A, 93 and 79. RGB value is (106,147,121). Sum of RGB (Red+Green+Blue) = 106+147+121=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9379 is #956C86. Grayscale: #838383. Windows color (decimal): -9792647 or 7967594. OLE color: 7967594.
HSL color Cylindrical-coordinate representation of color #6A9379: 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 #6A9379 is Cyan = 0.28, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 106 | 147 | 121 | - |
| CMYK | 0.28 | 0 | 0.18 | 0.42 |
| HSL | 141.95º | 0.16% | 0.5% | - |
| HSV(B) | 141.95º | 0.28% | 0.58% | - |
| XYZ | 19.83 | 25.31 | 21.93 | - |
| YUV | 131.78 | 121.92 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 147 | 121 | 0.28 | 0 | 0.18 | 0.42 | 141.95 | 0.16 | 0.5 |
| Hex | 6A | 93 | 79 | 1C | 0 | 12 | 2A | 8E | 10 | 32 |
| Octal | 152 | 223 | 171 | 34 | 0 | 22 | 52 | 216 | 20 | 62 |
| Binary | 1101010 | 10010011 | 1111001 | 11100 | 0 | 10010 | 101010 | 10001110 | 10000 | 110010 |
Color Harmonies of #6A9379
Complementary color
Monochromatic Colors of #6A9379
Black with #6A9379
Text Example
Text Example
White with #6A9379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9379; }
p { color: rgb(106,147,121); }
H1.HeaderClassName
{
color: #6A9379;
}
.AnyTagClassName
{
color: #6A9379;
}
</style>
background-color css
<style>
a { background-color: #6A9379; }
a { background-color: rgb(106,147,121); }
div.DivClassName
{
background-color: #6A9379;
}
.BgClassName
{
background-color: #6A9379;
}
</style>
border-color css
<style>
span { border-color: #6A9379; }
span { border-color: rgb(106,147,121); }
td.TdClassName
{
border-color: #6A9379;
}
.TagClassName
{
border-color: #6A9379;
}
</style>