Shades of Oxley #6FA87D
Tints of Oxley #6FA87D
RGB
CMYK
RGB Variations
Color information
#6FA87D (or 0x6FA87D) is known color: Oxley. HEX triplet: 6F, A8 and 7D. RGB value is (111,168,125). Sum of RGB (Red+Green+Blue) = 111+168+125=404 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.48% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #6FA87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA87D is #905782. Grayscale: #929292. Windows color (decimal): -9459587 or 8235119. OLE color: 8235119.
HSL color Cylindrical-coordinate representation of color #6FA87D: hue angle of 134.74º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA87D is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 111 | 168 | 125 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.34 |
| HSL | 134.74º | 0.25% | 0.55% | - |
| HSV(B) | 134.74º | 0.34% | 0.66% | - |
| XYZ | 24.26 | 32.87 | 24.47 | - |
| YUV | 146.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 168 | 125 | 0.34 | 0 | 0.26 | 0.34 | 134.74 | 0.25 | 0.55 |
| Hex | 6F | A8 | 7D | 22 | 0 | 1A | 22 | 87 | 19 | 37 |
| Octal | 157 | 250 | 175 | 42 | 0 | 32 | 42 | 207 | 31 | 67 |
| Binary | 1101111 | 10101000 | 1111101 | 100010 | 0 | 11010 | 100010 | 10000111 | 11001 | 110111 |
Color Harmonies of #6FA87D
Complementary color
Monochromatic Colors of #6FA87D
Black with #6FA87D
Text Example
Text Example
White with #6FA87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA87D; }
p { color: rgb(111,168,125); }
H1.HeaderClassName
{
color: #6FA87D;
}
.AnyTagClassName
{
color: #6FA87D;
}
</style>
background-color css
<style>
a { background-color: #6FA87D; }
a { background-color: rgb(111,168,125); }
div.DivClassName
{
background-color: #6FA87D;
}
.BgClassName
{
background-color: #6FA87D;
}
</style>
border-color css
<style>
span { border-color: #6FA87D; }
span { border-color: rgb(111,168,125); }
td.TdClassName
{
border-color: #6FA87D;
}
.TagClassName
{
border-color: #6FA87D;
}
</style>