Shades of Oxley #6FA379
Tints of Oxley #6FA379
RGB
CMYK
RGB Variations
Color information
#6FA379 (or 0x6FA379) is known color: Oxley. HEX triplet: 6F, A3 and 79. RGB value is (111,163,121). Sum of RGB (Red+Green+Blue) = 111+163+121=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 121 (47.66% from 255 or 30.63% from 395); Max value from RGB is 163 - color contains mainly: green. Hex color #6FA379 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA379 is #905C86. Grayscale: #8E8E8E. Windows color (decimal): -9460871 or 7971695. OLE color: 7971695.
HSL color Cylindrical-coordinate representation of color #6FA379: hue angle of 131.54º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6FA379 is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 163 | 121 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.36 |
| HSL | 131.54º | 0.22% | 0.54% | - |
| HSV(B) | 131.54º | 0.32% | 0.64% | - |
| XYZ | 23.1 | 30.95 | 22.85 | - |
| YUV | 142.66 | 115.77 | 105.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 163 | 121 | 0.32 | 0 | 0.26 | 0.36 | 131.54 | 0.22 | 0.54 |
| Hex | 6F | A3 | 79 | 20 | 0 | 1A | 24 | 84 | 16 | 36 |
| Octal | 157 | 243 | 171 | 40 | 0 | 32 | 44 | 204 | 26 | 66 |
| Binary | 1101111 | 10100011 | 1111001 | 100000 | 0 | 11010 | 100100 | 10000100 | 10110 | 110110 |
Color Harmonies of #6FA379
Complementary color
Monochromatic Colors of #6FA379
Black with #6FA379
Text Example
Text Example
White with #6FA379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA379; }
p { color: rgb(111,163,121); }
H1.HeaderClassName
{
color: #6FA379;
}
.AnyTagClassName
{
color: #6FA379;
}
</style>
background-color css
<style>
a { background-color: #6FA379; }
a { background-color: rgb(111,163,121); }
div.DivClassName
{
background-color: #6FA379;
}
.BgClassName
{
background-color: #6FA379;
}
</style>
border-color css
<style>
span { border-color: #6FA379; }
span { border-color: rgb(111,163,121); }
td.TdClassName
{
border-color: #6FA379;
}
.TagClassName
{
border-color: #6FA379;
}
</style>