Shades of Oxley #6F967F
Tints of Oxley #6F967F
RGB
CMYK
RGB Variations
Color information
#6F967F (or 0x6F967F) is known color: Oxley. HEX triplet: 6F, 96 and 7F. RGB value is (111,150,127). Sum of RGB (Red+Green+Blue) = 111+150+127=388 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.61% from 388); Green value is 150 (58.98% from 255 or 38.66% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 150 - color contains mainly: green. Hex color #6F967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F967F is #906980. Grayscale: #878787. Windows color (decimal): -9464193 or 8361583. OLE color: 8361583.
HSL color Cylindrical-coordinate representation of color #6F967F: hue angle of 144.62º 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 #6F967F is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 127 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.41 |
| HSL | 144.62º | 0.16% | 0.51% | - |
| HSV(B) | 144.62º | 0.26% | 0.59% | - |
| XYZ | 21.29 | 26.72 | 24.11 | - |
| YUV | 135.72 | 123.08 | 110.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 127 | 0.26 | 0 | 0.15 | 0.41 | 144.62 | 0.16 | 0.51 |
| Hex | 6F | 96 | 7F | 1A | 0 | F | 29 | 91 | 10 | 33 |
| Octal | 157 | 226 | 177 | 32 | 0 | 17 | 51 | 221 | 20 | 63 |
| Binary | 1101111 | 10010110 | 1111111 | 11010 | 0 | 1111 | 101001 | 10010001 | 10000 | 110011 |
Color Harmonies of #6F967F
Complementary color
Monochromatic Colors of #6F967F
Black with #6F967F
Text Example
Text Example
White with #6F967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F967F; }
p { color: rgb(111,150,127); }
H1.HeaderClassName
{
color: #6F967F;
}
.AnyTagClassName
{
color: #6F967F;
}
</style>
background-color css
<style>
a { background-color: #6F967F; }
a { background-color: rgb(111,150,127); }
div.DivClassName
{
background-color: #6F967F;
}
.BgClassName
{
background-color: #6F967F;
}
</style>
border-color css
<style>
span { border-color: #6F967F; }
span { border-color: rgb(111,150,127); }
td.TdClassName
{
border-color: #6F967F;
}
.TagClassName
{
border-color: #6F967F;
}
</style>