Shades of Oxley #6B967F
Tints of Oxley #6B967F
RGB
CMYK
RGB Variations
Color information
#6B967F (or 0x6B967F) is known color: Oxley. HEX triplet: 6B, 96 and 7F. RGB value is (107,150,127). Sum of RGB (Red+Green+Blue) = 107+150+127=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 150 - color contains mainly: green. Hex color #6B967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B967F is #946980. Grayscale: #868686. Windows color (decimal): -9726337 or 8361579. OLE color: 8361579.
HSL color Cylindrical-coordinate representation of color #6B967F: hue angle of 147.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B967F is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 107 | 150 | 127 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.41 |
| HSL | 147.91º | 0.17% | 0.5% | - |
| HSV(B) | 147.91º | 0.29% | 0.59% | - |
| XYZ | 20.8 | 26.47 | 24.09 | - |
| YUV | 134.52 | 123.75 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 150 | 127 | 0.29 | 0 | 0.15 | 0.41 | 147.91 | 0.17 | 0.5 |
| Hex | 6B | 96 | 7F | 1D | 0 | F | 29 | 94 | 11 | 32 |
| Octal | 153 | 226 | 177 | 35 | 0 | 17 | 51 | 224 | 21 | 62 |
| Binary | 1101011 | 10010110 | 1111111 | 11101 | 0 | 1111 | 101001 | 10010100 | 10001 | 110010 |
Color Harmonies of #6B967F
Complementary color
Monochromatic Colors of #6B967F
Black with #6B967F
Text Example
Text Example
White with #6B967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B967F; }
p { color: rgb(107,150,127); }
H1.HeaderClassName
{
color: #6B967F;
}
.AnyTagClassName
{
color: #6B967F;
}
</style>
background-color css
<style>
a { background-color: #6B967F; }
a { background-color: rgb(107,150,127); }
div.DivClassName
{
background-color: #6B967F;
}
.BgClassName
{
background-color: #6B967F;
}
</style>
border-color css
<style>
span { border-color: #6B967F; }
span { border-color: rgb(107,150,127); }
td.TdClassName
{
border-color: #6B967F;
}
.TagClassName
{
border-color: #6B967F;
}
</style>