Shades of Oxley #6FA478
Tints of Oxley #6FA478
RGB
CMYK
RGB Variations
Color information
#6FA478 (or 0x6FA478) is known color: Oxley. HEX triplet: 6F, A4 and 78. RGB value is (111,164,120). Sum of RGB (Red+Green+Blue) = 111+164+120=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 164 (64.45% from 255 or 41.52% from 395); Blue value is 120 (47.27% from 255 or 30.38% from 395); Max value from RGB is 164 - color contains mainly: green. Hex color #6FA478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA478 is #905B87. Grayscale: #8F8F8F. Windows color (decimal): -9460616 or 7906415. OLE color: 7906415.
HSL color Cylindrical-coordinate representation of color #6FA478: hue angle of 130.19º 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 #6FA478 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 111 | 164 | 120 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.36 |
| HSL | 130.19º | 0.23% | 0.54% | - |
| HSV(B) | 130.19º | 0.32% | 0.64% | - |
| XYZ | 23.22 | 31.29 | 22.58 | - |
| YUV | 143.14 | 114.94 | 105.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 164 | 120 | 0.32 | 0 | 0.27 | 0.36 | 130.19 | 0.23 | 0.54 |
| Hex | 6F | A4 | 78 | 20 | 0 | 1B | 24 | 82 | 17 | 36 |
| Octal | 157 | 244 | 170 | 40 | 0 | 33 | 44 | 202 | 27 | 66 |
| Binary | 1101111 | 10100100 | 1111000 | 100000 | 0 | 11011 | 100100 | 10000010 | 10111 | 110110 |
Color Harmonies of #6FA478
Complementary color
Monochromatic Colors of #6FA478
Black with #6FA478
Text Example
Text Example
White with #6FA478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA478; }
p { color: rgb(111,164,120); }
H1.HeaderClassName
{
color: #6FA478;
}
.AnyTagClassName
{
color: #6FA478;
}
</style>
background-color css
<style>
a { background-color: #6FA478; }
a { background-color: rgb(111,164,120); }
div.DivClassName
{
background-color: #6FA478;
}
.BgClassName
{
background-color: #6FA478;
}
</style>
border-color css
<style>
span { border-color: #6FA478; }
span { border-color: rgb(111,164,120); }
td.TdClassName
{
border-color: #6FA478;
}
.TagClassName
{
border-color: #6FA478;
}
</style>