Shades of Oxley #6FAA80
Tints of Oxley #6FAA80
RGB
CMYK
RGB Variations
Color information
#6FAA80 (or 0x6FAA80) is known color: Oxley. HEX triplet: 6F, AA and 80. RGB value is (111,170,128). Sum of RGB (Red+Green+Blue) = 111+170+128=409 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.14% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #6FAA80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FAA80 is #90557F. Grayscale: #939393. Windows color (decimal): -9459072 or 8432239. OLE color: 8432239.
HSL color Cylindrical-coordinate representation of color #6FAA80: hue angle of 137.29º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6FAA80 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 111 | 170 | 128 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.33 |
| HSL | 137.29º | 0.26% | 0.55% | - |
| HSV(B) | 137.29º | 0.35% | 0.67% | - |
| XYZ | 24.83 | 33.69 | 25.62 | - |
| YUV | 147.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 170 | 128 | 0.35 | 0 | 0.25 | 0.33 | 137.29 | 0.26 | 0.55 |
| Hex | 6F | AA | 80 | 23 | 0 | 19 | 21 | 89 | 1A | 37 |
| Octal | 157 | 252 | 200 | 43 | 0 | 31 | 41 | 211 | 32 | 67 |
| Binary | 1101111 | 10101010 | 10000000 | 100011 | 0 | 11001 | 100001 | 10001001 | 11010 | 110111 |
Color Harmonies of #6FAA80
Complementary color
Monochromatic Colors of #6FAA80
Black with #6FAA80
Text Example
Text Example
White with #6FAA80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FAA80; }
p { color: rgb(111,170,128); }
H1.HeaderClassName
{
color: #6FAA80;
}
.AnyTagClassName
{
color: #6FAA80;
}
</style>
background-color css
<style>
a { background-color: #6FAA80; }
a { background-color: rgb(111,170,128); }
div.DivClassName
{
background-color: #6FAA80;
}
.BgClassName
{
background-color: #6FAA80;
}
</style>
border-color css
<style>
span { border-color: #6FAA80; }
span { border-color: rgb(111,170,128); }
td.TdClassName
{
border-color: #6FAA80;
}
.TagClassName
{
border-color: #6FAA80;
}
</style>