Shades of Oxley #6FA07D
Tints of Oxley #6FA07D
RGB
CMYK
RGB Variations
Color information
#6FA07D (or 0x6FA07D) is known color: Oxley. HEX triplet: 6F, A0 and 7D. RGB value is (111,160,125). Sum of RGB (Red+Green+Blue) = 111+160+125=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #6FA07D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA07D is #905F82. Grayscale: #8D8D8D. Windows color (decimal): -9461635 or 8233071. OLE color: 8233071.
HSL color Cylindrical-coordinate representation of color #6FA07D: hue angle of 137.14º 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 #6FA07D is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 160 | 125 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.37 |
| HSL | 137.14º | 0.21% | 0.53% | - |
| HSV(B) | 137.14º | 0.31% | 0.63% | - |
| XYZ | 22.83 | 30 | 23.99 | - |
| YUV | 141.36 | 118.77 | 106.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 160 | 125 | 0.31 | 0 | 0.22 | 0.37 | 137.14 | 0.21 | 0.53 |
| Hex | 6F | A0 | 7D | 1F | 0 | 16 | 25 | 89 | 15 | 35 |
| Octal | 157 | 240 | 175 | 37 | 0 | 26 | 45 | 211 | 25 | 65 |
| Binary | 1101111 | 10100000 | 1111101 | 11111 | 0 | 10110 | 100101 | 10001001 | 10101 | 110101 |
Color Harmonies of #6FA07D
Complementary color
Monochromatic Colors of #6FA07D
Black with #6FA07D
Text Example
Text Example
White with #6FA07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA07D; }
p { color: rgb(111,160,125); }
H1.HeaderClassName
{
color: #6FA07D;
}
.AnyTagClassName
{
color: #6FA07D;
}
</style>
background-color css
<style>
a { background-color: #6FA07D; }
a { background-color: rgb(111,160,125); }
div.DivClassName
{
background-color: #6FA07D;
}
.BgClassName
{
background-color: #6FA07D;
}
</style>
border-color css
<style>
span { border-color: #6FA07D; }
span { border-color: rgb(111,160,125); }
td.TdClassName
{
border-color: #6FA07D;
}
.TagClassName
{
border-color: #6FA07D;
}
</style>