Shades of Oxley #6FA472
Tints of Oxley #6FA472
RGB
CMYK
RGB Variations
Color information
#6FA472 (or 0x6FA472) is known color: Oxley. HEX triplet: 6F, A4 and 72. RGB value is (111,164,114). Sum of RGB (Red+Green+Blue) = 111+164+114=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA472 is #905B8D. Grayscale: #8E8E8E. Windows color (decimal): -9460622 or 7513199. OLE color: 7513199.
HSL color Cylindrical-coordinate representation of color #6FA472: hue angle of 123.4º 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 #6FA472 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 114 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.36 |
| HSL | 123.4º | 0.23% | 0.54% | - |
| HSV(B) | 123.4º | 0.32% | 0.64% | - |
| XYZ | 22.87 | 31.15 | 20.73 | - |
| YUV | 142.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 114 | 0.32 | 0 | 0.30 | 0.36 | 123.4 | 0.23 | 0.54 |
| Hex | 6F | A4 | 72 | 20 | 0 | 1E | 24 | 7B | 17 | 36 |
| Octal | 157 | 244 | 162 | 40 | 0 | 36 | 44 | 173 | 27 | 66 |
| Binary | 1101111 | 10100100 | 1110010 | 100000 | 0 | 11110 | 100100 | 1111011 | 10111 | 110110 |
Color Harmonies of #6FA472
Complementary color
Monochromatic Colors of #6FA472
Black with #6FA472
Text Example
Text Example
White with #6FA472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA472; }
p { color: rgb(111,164,114); }
H1.HeaderClassName
{
color: #6FA472;
}
.AnyTagClassName
{
color: #6FA472;
}
</style>
background-color css
<style>
a { background-color: #6FA472; }
a { background-color: rgb(111,164,114); }
div.DivClassName
{
background-color: #6FA472;
}
.BgClassName
{
background-color: #6FA472;
}
</style>
border-color css
<style>
span { border-color: #6FA472; }
span { border-color: rgb(111,164,114); }
td.TdClassName
{
border-color: #6FA472;
}
.TagClassName
{
border-color: #6FA472;
}
</style>