Shades of Oxley #6F997F
Tints of Oxley #6F997F
RGB
CMYK
RGB Variations
Color information
#6F997F (or 0x6F997F) is known color: Oxley. HEX triplet: 6F, 99 and 7F. RGB value is (111,153,127). Sum of RGB (Red+Green+Blue) = 111+153+127=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 153 (60.16% from 255 or 39.13% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 153 - color contains mainly: green. Hex color #6F997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F997F is #906680. Grayscale: #898989. Windows color (decimal): -9463425 or 8362351. OLE color: 8362351.
HSL color Cylindrical-coordinate representation of color #6F997F: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F997F is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 127 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.4 |
| HSL | 142.86º | 0.17% | 0.52% | - |
| HSV(B) | 142.86º | 0.27% | 0.6% | - |
| XYZ | 21.78 | 27.69 | 24.28 | - |
| YUV | 137.48 | 122.09 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 127 | 0.27 | 0 | 0.17 | 0.4 | 142.86 | 0.17 | 0.52 |
| Hex | 6F | 99 | 7F | 1B | 0 | 11 | 28 | 8F | 11 | 34 |
| Octal | 157 | 231 | 177 | 33 | 0 | 21 | 50 | 217 | 21 | 64 |
| Binary | 1101111 | 10011001 | 1111111 | 11011 | 0 | 10001 | 101000 | 10001111 | 10001 | 110100 |
Color Harmonies of #6F997F
Complementary color
Monochromatic Colors of #6F997F
Black with #6F997F
Text Example
Text Example
White with #6F997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F997F; }
p { color: rgb(111,153,127); }
H1.HeaderClassName
{
color: #6F997F;
}
.AnyTagClassName
{
color: #6F997F;
}
</style>
background-color css
<style>
a { background-color: #6F997F; }
a { background-color: rgb(111,153,127); }
div.DivClassName
{
background-color: #6F997F;
}
.BgClassName
{
background-color: #6F997F;
}
</style>
border-color css
<style>
span { border-color: #6F997F; }
span { border-color: rgb(111,153,127); }
td.TdClassName
{
border-color: #6F997F;
}
.TagClassName
{
border-color: #6F997F;
}
</style>