Shades of Oxley #6FA474
Tints of Oxley #6FA474
RGB
CMYK
RGB Variations
Color information
#6FA474 (or 0x6FA474) is known color: Oxley. HEX triplet: 6F, A4 and 74. RGB value is (111,164,116). Sum of RGB (Red+Green+Blue) = 111+164+116=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 116 (45.70% from 255 or 29.67% from 391); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA474 is #905B8B. Grayscale: #8E8E8E. Windows color (decimal): -9460620 or 7644271. OLE color: 7644271.
HSL color Cylindrical-coordinate representation of color #6FA474: hue angle of 125.66º degrees, saturation: 0.23, 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 #6FA474 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 116 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.36 |
| HSL | 125.66º | 0.23% | 0.54% | - |
| HSV(B) | 125.66º | 0.32% | 0.64% | - |
| XYZ | 22.98 | 31.19 | 21.33 | - |
| YUV | 142.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 116 | 0.32 | 0 | 0.29 | 0.36 | 125.66 | 0.23 | 0.54 |
| Hex | 6F | A4 | 74 | 20 | 0 | 1D | 24 | 7E | 17 | 36 |
| Octal | 157 | 244 | 164 | 40 | 0 | 35 | 44 | 176 | 27 | 66 |
| Binary | 1101111 | 10100100 | 1110100 | 100000 | 0 | 11101 | 100100 | 1111110 | 10111 | 110110 |
Color Harmonies of #6FA474
Complementary color
Monochromatic Colors of #6FA474
Black with #6FA474
Text Example
Text Example
White with #6FA474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA474; }
p { color: rgb(111,164,116); }
H1.HeaderClassName
{
color: #6FA474;
}
.AnyTagClassName
{
color: #6FA474;
}
</style>
background-color css
<style>
a { background-color: #6FA474; }
a { background-color: rgb(111,164,116); }
div.DivClassName
{
background-color: #6FA474;
}
.BgClassName
{
background-color: #6FA474;
}
</style>
border-color css
<style>
span { border-color: #6FA474; }
span { border-color: rgb(111,164,116); }
td.TdClassName
{
border-color: #6FA474;
}
.TagClassName
{
border-color: #6FA474;
}
</style>