Shades of Oxley #6FA17D
Tints of Oxley #6FA17D
RGB
CMYK
RGB Variations
Color information
#6FA17D (or 0x6FA17D) is known color: Oxley. HEX triplet: 6F, A1 and 7D. RGB value is (111,161,125). Sum of RGB (Red+Green+Blue) = 111+161+125=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 161 (63.28% from 255 or 40.55% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 161 - color contains mainly: green. Hex color #6FA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA17D is #905E82. Grayscale: #8E8E8E. Windows color (decimal): -9461379 or 8233327. OLE color: 8233327.
HSL color Cylindrical-coordinate representation of color #6FA17D: hue angle of 136.8º 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 #6FA17D is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 111 | 161 | 125 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.37 |
| HSL | 136.8º | 0.21% | 0.53% | - |
| HSV(B) | 136.8º | 0.31% | 0.63% | - |
| XYZ | 23 | 30.35 | 24.05 | - |
| YUV | 141.95 | 118.44 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 161 | 125 | 0.31 | 0 | 0.22 | 0.37 | 136.8 | 0.21 | 0.53 |
| Hex | 6F | A1 | 7D | 1F | 0 | 16 | 25 | 89 | 15 | 35 |
| Octal | 157 | 241 | 175 | 37 | 0 | 26 | 45 | 211 | 25 | 65 |
| Binary | 1101111 | 10100001 | 1111101 | 11111 | 0 | 10110 | 100101 | 10001001 | 10101 | 110101 |
Color Harmonies of #6FA17D
Complementary color
Monochromatic Colors of #6FA17D
Black with #6FA17D
Text Example
Text Example
White with #6FA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA17D; }
p { color: rgb(111,161,125); }
H1.HeaderClassName
{
color: #6FA17D;
}
.AnyTagClassName
{
color: #6FA17D;
}
</style>
background-color css
<style>
a { background-color: #6FA17D; }
a { background-color: rgb(111,161,125); }
div.DivClassName
{
background-color: #6FA17D;
}
.BgClassName
{
background-color: #6FA17D;
}
</style>
border-color css
<style>
span { border-color: #6FA17D; }
span { border-color: rgb(111,161,125); }
td.TdClassName
{
border-color: #6FA17D;
}
.TagClassName
{
border-color: #6FA17D;
}
</style>