Shades of Oxley #6FA780
Tints of Oxley #6FA780
RGB
CMYK
RGB Variations
Color information
#6FA780 (or 0x6FA780) is known color: Oxley. HEX triplet: 6F, A7 and 80. RGB value is (111,167,128). Sum of RGB (Red+Green+Blue) = 111+167+128=406 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.34% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 167 - color contains mainly: green. Hex color #6FA780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6FA780 is #90587F. Grayscale: #919191. Windows color (decimal): -9459840 or 8431471. OLE color: 8431471.
HSL color Cylindrical-coordinate representation of color #6FA780: hue angle of 138.21º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6FA780 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 167 | 128 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.35 |
| HSL | 138.21º | 0.24% | 0.55% | - |
| HSV(B) | 138.21º | 0.34% | 0.65% | - |
| XYZ | 24.27 | 32.58 | 25.43 | - |
| YUV | 145.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 167 | 128 | 0.34 | 0 | 0.23 | 0.35 | 138.21 | 0.24 | 0.55 |
| Hex | 6F | A7 | 80 | 22 | 0 | 17 | 23 | 8A | 18 | 37 |
| Octal | 157 | 247 | 200 | 42 | 0 | 27 | 43 | 212 | 30 | 67 |
| Binary | 1101111 | 10100111 | 10000000 | 100010 | 0 | 10111 | 100011 | 10001010 | 11000 | 110111 |
Color Harmonies of #6FA780
Complementary color
Monochromatic Colors of #6FA780
Black with #6FA780
Text Example
Text Example
White with #6FA780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA780; }
p { color: rgb(111,167,128); }
H1.HeaderClassName
{
color: #6FA780;
}
.AnyTagClassName
{
color: #6FA780;
}
</style>
background-color css
<style>
a { background-color: #6FA780; }
a { background-color: rgb(111,167,128); }
div.DivClassName
{
background-color: #6FA780;
}
.BgClassName
{
background-color: #6FA780;
}
</style>
border-color css
<style>
span { border-color: #6FA780; }
span { border-color: rgb(111,167,128); }
td.TdClassName
{
border-color: #6FA780;
}
.TagClassName
{
border-color: #6FA780;
}
</style>