Shades of Oxley #6FA482
Tints of Oxley #6FA482
RGB
CMYK
RGB Variations
Color information
#6FA482 (or 0x6FA482) is known color: Oxley. HEX triplet: 6F, A4 and 82. RGB value is (111,164,130). Sum of RGB (Red+Green+Blue) = 111+164+130=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 164 (64.45% from 255 or 40.49% from 405); Blue value is 130 (51.17% from 255 or 32.10% from 405); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA482 is #905B7D. Grayscale: #909090. Windows color (decimal): -9460606 or 8561775. OLE color: 8561775.
HSL color Cylindrical-coordinate representation of color #6FA482: hue angle of 141.51º 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 #6FA482 is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 130 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.36 |
| HSL | 141.51º | 0.23% | 0.54% | - |
| HSV(B) | 141.51º | 0.32% | 0.64% | - |
| XYZ | 23.86 | 31.54 | 25.95 | - |
| YUV | 144.28 | 119.94 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 130 | 0.32 | 0 | 0.21 | 0.36 | 141.51 | 0.23 | 0.54 |
| Hex | 6F | A4 | 82 | 20 | 0 | 15 | 24 | 8E | 17 | 36 |
| Octal | 157 | 244 | 202 | 40 | 0 | 25 | 44 | 216 | 27 | 66 |
| Binary | 1101111 | 10100100 | 10000010 | 100000 | 0 | 10101 | 100100 | 10001110 | 10111 | 110110 |
Color Harmonies of #6FA482
Complementary color
Monochromatic Colors of #6FA482
Black with #6FA482
Text Example
Text Example
White with #6FA482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA482; }
p { color: rgb(111,164,130); }
H1.HeaderClassName
{
color: #6FA482;
}
.AnyTagClassName
{
color: #6FA482;
}
</style>
background-color css
<style>
a { background-color: #6FA482; }
a { background-color: rgb(111,164,130); }
div.DivClassName
{
background-color: #6FA482;
}
.BgClassName
{
background-color: #6FA482;
}
</style>
border-color css
<style>
span { border-color: #6FA482; }
span { border-color: rgb(111,164,130); }
td.TdClassName
{
border-color: #6FA482;
}
.TagClassName
{
border-color: #6FA482;
}
</style>