Shades of Oxley #6FA075
Tints of Oxley #6FA075
RGB
CMYK
RGB Variations
Color information
#6FA075 (or 0x6FA075) is known color: Oxley. HEX triplet: 6F, A0 and 75. RGB value is (111,160,117). Sum of RGB (Red+Green+Blue) = 111+160+117=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 117 (46.09% from 255 or 30.15% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA075 is #905F8A. Grayscale: #8C8C8C. Windows color (decimal): -9461643 or 7708783. OLE color: 7708783.
HSL color Cylindrical-coordinate representation of color #6FA075: hue angle of 127.35º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6FA075 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 117 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.37 |
| HSL | 127.35º | 0.21% | 0.53% | - |
| HSV(B) | 127.35º | 0.31% | 0.63% | - |
| XYZ | 22.34 | 29.81 | 21.41 | - |
| YUV | 140.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 117 | 0.31 | 0 | 0.27 | 0.37 | 127.35 | 0.21 | 0.53 |
| Hex | 6F | A0 | 75 | 1F | 0 | 1B | 25 | 7F | 15 | 35 |
| Octal | 157 | 240 | 165 | 37 | 0 | 33 | 45 | 177 | 25 | 65 |
| Binary | 1101111 | 10100000 | 1110101 | 11111 | 0 | 11011 | 100101 | 1111111 | 10101 | 110101 |
Color Harmonies of #6FA075
Complementary color
Monochromatic Colors of #6FA075
Black with #6FA075
Text Example
Text Example
White with #6FA075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA075; }
p { color: rgb(111,160,117); }
H1.HeaderClassName
{
color: #6FA075;
}
.AnyTagClassName
{
color: #6FA075;
}
</style>
background-color css
<style>
a { background-color: #6FA075; }
a { background-color: rgb(111,160,117); }
div.DivClassName
{
background-color: #6FA075;
}
.BgClassName
{
background-color: #6FA075;
}
</style>
border-color css
<style>
span { border-color: #6FA075; }
span { border-color: rgb(111,160,117); }
td.TdClassName
{
border-color: #6FA075;
}
.TagClassName
{
border-color: #6FA075;
}
</style>