Shades of Oxley #6F997A
Tints of Oxley #6F997A
RGB
CMYK
RGB Variations
Color information
#6F997A (or 0x6F997A) is known color: Oxley. HEX triplet: 6F, 99 and 7A. RGB value is (111,153,122). Sum of RGB (Red+Green+Blue) = 111+153+122=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #6F997A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F997A is #906685. Grayscale: #888888. Windows color (decimal): -9463430 or 8034671. OLE color: 8034671.
HSL color Cylindrical-coordinate representation of color #6F997A: hue angle of 135.71º 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 #6F997A is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 122 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.4 |
| HSL | 135.71º | 0.17% | 0.52% | - |
| HSV(B) | 135.71º | 0.27% | 0.6% | - |
| XYZ | 21.46 | 27.57 | 22.6 | - |
| YUV | 136.91 | 119.59 | 109.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 122 | 0.27 | 0 | 0.20 | 0.4 | 135.71 | 0.17 | 0.52 |
| Hex | 6F | 99 | 7A | 1B | 0 | 14 | 28 | 88 | 11 | 34 |
| Octal | 157 | 231 | 172 | 33 | 0 | 24 | 50 | 210 | 21 | 64 |
| Binary | 1101111 | 10011001 | 1111010 | 11011 | 0 | 10100 | 101000 | 10001000 | 10001 | 110100 |
Color Harmonies of #6F997A
Complementary color
Monochromatic Colors of #6F997A
Black with #6F997A
Text Example
Text Example
White with #6F997A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F997A; }
p { color: rgb(111,153,122); }
H1.HeaderClassName
{
color: #6F997A;
}
.AnyTagClassName
{
color: #6F997A;
}
</style>
background-color css
<style>
a { background-color: #6F997A; }
a { background-color: rgb(111,153,122); }
div.DivClassName
{
background-color: #6F997A;
}
.BgClassName
{
background-color: #6F997A;
}
</style>
border-color css
<style>
span { border-color: #6F997A; }
span { border-color: rgb(111,153,122); }
td.TdClassName
{
border-color: #6F997A;
}
.TagClassName
{
border-color: #6F997A;
}
</style>