Shades of Oxley #6F967B
Tints of Oxley #6F967B
RGB
CMYK
RGB Variations
Color information
#6F967B (or 0x6F967B) is known color: Oxley. HEX triplet: 6F, 96 and 7B. RGB value is (111,150,123). Sum of RGB (Red+Green+Blue) = 111+150+123=384 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.91% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #6F967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F967B is #906984. Grayscale: #878787. Windows color (decimal): -9464197 or 8099439. OLE color: 8099439.
HSL color Cylindrical-coordinate representation of color #6F967B: hue angle of 138.46º 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 #6F967B is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 150 | 123 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.41 |
| HSL | 138.46º | 0.16% | 0.51% | - |
| HSV(B) | 138.46º | 0.26% | 0.59% | - |
| XYZ | 21.04 | 26.62 | 22.77 | - |
| YUV | 135.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 123 | 0.26 | 0 | 0.18 | 0.41 | 138.46 | 0.16 | 0.51 |
| Hex | 6F | 96 | 7B | 1A | 0 | 12 | 29 | 8A | 10 | 33 |
| Octal | 157 | 226 | 173 | 32 | 0 | 22 | 51 | 212 | 20 | 63 |
| Binary | 1101111 | 10010110 | 1111011 | 11010 | 0 | 10010 | 101001 | 10001010 | 10000 | 110011 |
Color Harmonies of #6F967B
Complementary color
Monochromatic Colors of #6F967B
Black with #6F967B
Text Example
Text Example
White with #6F967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F967B; }
p { color: rgb(111,150,123); }
H1.HeaderClassName
{
color: #6F967B;
}
.AnyTagClassName
{
color: #6F967B;
}
</style>
background-color css
<style>
a { background-color: #6F967B; }
a { background-color: rgb(111,150,123); }
div.DivClassName
{
background-color: #6F967B;
}
.BgClassName
{
background-color: #6F967B;
}
</style>
border-color css
<style>
span { border-color: #6F967B; }
span { border-color: rgb(111,150,123); }
td.TdClassName
{
border-color: #6F967B;
}
.TagClassName
{
border-color: #6F967B;
}
</style>