Shades of Oxley #6F9678
Tints of Oxley #6F9678
RGB
CMYK
RGB Variations
Color information
#6F9678 (or 0x6F9678) is known color: Oxley. HEX triplet: 6F, 96 and 78. RGB value is (111,150,120). Sum of RGB (Red+Green+Blue) = 111+150+120=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 150 (58.98% from 255 or 39.37% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9678 is #906987. Grayscale: #878787. Windows color (decimal): -9464200 or 7902831. OLE color: 7902831.
HSL color Cylindrical-coordinate representation of color #6F9678: hue angle of 133.85º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9678 is Cyan = 0.26, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 120 | - |
| CMYK | 0.26 | 0 | 0.20 | 0.41 |
| HSL | 133.85º | 0.16% | 0.51% | - |
| HSV(B) | 133.85º | 0.26% | 0.59% | - |
| XYZ | 20.85 | 26.55 | 21.79 | - |
| YUV | 134.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 120 | 0.26 | 0 | 0.20 | 0.41 | 133.85 | 0.16 | 0.51 |
| Hex | 6F | 96 | 78 | 1A | 0 | 14 | 29 | 86 | 10 | 33 |
| Octal | 157 | 226 | 170 | 32 | 0 | 24 | 51 | 206 | 20 | 63 |
| Binary | 1101111 | 10010110 | 1111000 | 11010 | 0 | 10100 | 101001 | 10000110 | 10000 | 110011 |
Color Harmonies of #6F9678
Complementary color
Monochromatic Colors of #6F9678
Black with #6F9678
Text Example
Text Example
White with #6F9678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9678; }
p { color: rgb(111,150,120); }
H1.HeaderClassName
{
color: #6F9678;
}
.AnyTagClassName
{
color: #6F9678;
}
</style>
background-color css
<style>
a { background-color: #6F9678; }
a { background-color: rgb(111,150,120); }
div.DivClassName
{
background-color: #6F9678;
}
.BgClassName
{
background-color: #6F9678;
}
</style>
border-color css
<style>
span { border-color: #6F9678; }
span { border-color: rgb(111,150,120); }
td.TdClassName
{
border-color: #6F9678;
}
.TagClassName
{
border-color: #6F9678;
}
</style>