Shades of Oxley #6F9580
Tints of Oxley #6F9580
RGB
CMYK
RGB Variations
Color information
#6F9580 (or 0x6F9580) is known color: Oxley. HEX triplet: 6F, 95 and 80. RGB value is (111,149,128). Sum of RGB (Red+Green+Blue) = 111+149+128=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 149 - color contains mainly: green. Hex color #6F9580 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9580 is #906A7F. Grayscale: #878787. Windows color (decimal): -9464448 or 8426863. OLE color: 8426863.
HSL color Cylindrical-coordinate representation of color #6F9580: hue angle of 146.84º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F9580 is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 111 | 149 | 128 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.42 |
| HSL | 146.84º | 0.15% | 0.51% | - |
| HSV(B) | 146.84º | 0.26% | 0.58% | - |
| XYZ | 21.2 | 26.43 | 24.41 | - |
| YUV | 135.24 | 123.91 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 128 | 0.26 | 0 | 0.14 | 0.42 | 146.84 | 0.15 | 0.51 |
| Hex | 6F | 95 | 80 | 1A | 0 | E | 2A | 93 | F | 33 |
| Octal | 157 | 225 | 200 | 32 | 0 | 16 | 52 | 223 | 17 | 63 |
| Binary | 1101111 | 10010101 | 10000000 | 11010 | 0 | 1110 | 101010 | 10010011 | 1111 | 110011 |
Color Harmonies of #6F9580
Complementary color
Monochromatic Colors of #6F9580
Black with #6F9580
Text Example
Text Example
White with #6F9580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9580; }
p { color: rgb(111,149,128); }
H1.HeaderClassName
{
color: #6F9580;
}
.AnyTagClassName
{
color: #6F9580;
}
</style>
background-color css
<style>
a { background-color: #6F9580; }
a { background-color: rgb(111,149,128); }
div.DivClassName
{
background-color: #6F9580;
}
.BgClassName
{
background-color: #6F9580;
}
</style>
border-color css
<style>
span { border-color: #6F9580; }
span { border-color: rgb(111,149,128); }
td.TdClassName
{
border-color: #6F9580;
}
.TagClassName
{
border-color: #6F9580;
}
</style>