Shades of Oxley #6FA578
Tints of Oxley #6FA578
RGB
CMYK
RGB Variations
Color information
#6FA578 (or 0x6FA578) is known color: Oxley. HEX triplet: 6F, A5 and 78. RGB value is (111,165,120). Sum of RGB (Red+Green+Blue) = 111+165+120=396 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.03% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 165 - color contains mainly: green. Hex color #6FA578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6FA578 is #905A87. Grayscale: #8F8F8F. Windows color (decimal): -9460360 or 7906671. OLE color: 7906671.
HSL color Cylindrical-coordinate representation of color #6FA578: hue angle of 130º degrees, saturation: 0.23, 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 #6FA578 is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 111 | 165 | 120 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.35 |
| HSL | 130º | 0.23% | 0.54% | - |
| HSV(B) | 130º | 0.33% | 0.65% | - |
| XYZ | 23.4 | 31.65 | 22.64 | - |
| YUV | 143.72 | 114.61 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 165 | 120 | 0.33 | 0 | 0.27 | 0.35 | 130 | 0.23 | 0.54 |
| Hex | 6F | A5 | 78 | 21 | 0 | 1B | 23 | 82 | 17 | 36 |
| Octal | 157 | 245 | 170 | 41 | 0 | 33 | 43 | 202 | 27 | 66 |
| Binary | 1101111 | 10100101 | 1111000 | 100001 | 0 | 11011 | 100011 | 10000010 | 10111 | 110110 |
Color Harmonies of #6FA578
Complementary color
Monochromatic Colors of #6FA578
Black with #6FA578
Text Example
Text Example
White with #6FA578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6FA578; }
p { color: rgb(111,165,120); }
H1.HeaderClassName
{
color: #6FA578;
}
.AnyTagClassName
{
color: #6FA578;
}
</style>
background-color css
<style>
a { background-color: #6FA578; }
a { background-color: rgb(111,165,120); }
div.DivClassName
{
background-color: #6FA578;
}
.BgClassName
{
background-color: #6FA578;
}
</style>
border-color css
<style>
span { border-color: #6FA578; }
span { border-color: rgb(111,165,120); }
td.TdClassName
{
border-color: #6FA578;
}
.TagClassName
{
border-color: #6FA578;
}
</style>