Shades of Oxley #6F9680
Tints of Oxley #6F9680
RGB
CMYK
RGB Variations
Color information
#6F9680 (or 0x6F9680) is known color: Oxley. HEX triplet: 6F, 96 and 80. RGB value is (111,150,128). Sum of RGB (Red+Green+Blue) = 111+150+128=389 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.53% from 389); Green value is 150 (58.98% from 255 or 38.56% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 150 - color contains mainly: green. Hex color #6F9680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9680 is #90697F. Grayscale: #878787. Windows color (decimal): -9464192 or 8427119. OLE color: 8427119.
HSL color Cylindrical-coordinate representation of color #6F9680: hue angle of 146.15º 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 #6F9680 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 128 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.41 |
| HSL | 146.15º | 0.16% | 0.51% | - |
| HSV(B) | 146.15º | 0.26% | 0.59% | - |
| XYZ | 21.36 | 26.75 | 24.46 | - |
| YUV | 135.83 | 123.58 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 128 | 0.26 | 0 | 0.15 | 0.41 | 146.15 | 0.16 | 0.51 |
| Hex | 6F | 96 | 80 | 1A | 0 | F | 29 | 92 | 10 | 33 |
| Octal | 157 | 226 | 200 | 32 | 0 | 17 | 51 | 222 | 20 | 63 |
| Binary | 1101111 | 10010110 | 10000000 | 11010 | 0 | 1111 | 101001 | 10010010 | 10000 | 110011 |
Color Harmonies of #6F9680
Complementary color
Monochromatic Colors of #6F9680
Black with #6F9680
Text Example
Text Example
White with #6F9680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9680; }
p { color: rgb(111,150,128); }
H1.HeaderClassName
{
color: #6F9680;
}
.AnyTagClassName
{
color: #6F9680;
}
</style>
background-color css
<style>
a { background-color: #6F9680; }
a { background-color: rgb(111,150,128); }
div.DivClassName
{
background-color: #6F9680;
}
.BgClassName
{
background-color: #6F9680;
}
</style>
border-color css
<style>
span { border-color: #6F9680; }
span { border-color: rgb(111,150,128); }
td.TdClassName
{
border-color: #6F9680;
}
.TagClassName
{
border-color: #6F9680;
}
</style>