Shades of Oxley #6FA680
Tints of Oxley #6FA680
RGB
CMYK
RGB Variations
Color information
#6FA680 (or 0x6FA680) is known color: Oxley. HEX triplet: 6F, A6 and 80. RGB value is (111,166,128). Sum of RGB (Red+Green+Blue) = 111+166+128=405 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.41% from 405); Green value is 166 (65.23% from 255 or 40.99% from 405); Blue value is 128 (50.39% from 255 or 31.60% from 405); Max value from RGB is 166 - color contains mainly: green. Hex color #6FA680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA680 is #90597F. Grayscale: #919191. Windows color (decimal): -9460096 or 8431215. OLE color: 8431215.
HSL color Cylindrical-coordinate representation of color #6FA680: hue angle of 138.55º degrees, saturation: 0.24, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6FA680 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 166 | 128 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.35 |
| HSL | 138.55º | 0.24% | 0.54% | - |
| HSV(B) | 138.55º | 0.33% | 0.65% | - |
| XYZ | 24.09 | 32.21 | 25.37 | - |
| YUV | 145.22 | 118.28 | 103.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 166 | 128 | 0.33 | 0 | 0.23 | 0.35 | 138.55 | 0.24 | 0.54 |
| Hex | 6F | A6 | 80 | 21 | 0 | 17 | 23 | 8B | 18 | 36 |
| Octal | 157 | 246 | 200 | 41 | 0 | 27 | 43 | 213 | 30 | 66 |
| Binary | 1101111 | 10100110 | 10000000 | 100001 | 0 | 10111 | 100011 | 10001011 | 11000 | 110110 |
Color Harmonies of #6FA680
Complementary color
Monochromatic Colors of #6FA680
Black with #6FA680
Text Example
Text Example
White with #6FA680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA680; }
p { color: rgb(111,166,128); }
H1.HeaderClassName
{
color: #6FA680;
}
.AnyTagClassName
{
color: #6FA680;
}
</style>
background-color css
<style>
a { background-color: #6FA680; }
a { background-color: rgb(111,166,128); }
div.DivClassName
{
background-color: #6FA680;
}
.BgClassName
{
background-color: #6FA680;
}
</style>
border-color css
<style>
span { border-color: #6FA680; }
span { border-color: rgb(111,166,128); }
td.TdClassName
{
border-color: #6FA680;
}
.TagClassName
{
border-color: #6FA680;
}
</style>