Shades of Oxley #6F977C
Tints of Oxley #6F977C
RGB
CMYK
RGB Variations
Color information
#6F977C (or 0x6F977C) is known color: Oxley. HEX triplet: 6F, 97 and 7C. RGB value is (111,151,124). Sum of RGB (Red+Green+Blue) = 111+151+124=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #6F977C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F977C is #906883. Grayscale: #888888. Windows color (decimal): -9463940 or 8165231. OLE color: 8165231.
HSL color Cylindrical-coordinate representation of color #6F977C: hue angle of 139.5º 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 #6F977C is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 111 | 151 | 124 | - |
| CMYK | 0.26 | 0 | 0.18 | 0.41 |
| HSL | 139.5º | 0.16% | 0.51% | - |
| HSV(B) | 139.5º | 0.26% | 0.59% | - |
| XYZ | 21.26 | 26.97 | 23.15 | - |
| YUV | 135.96 | 121.25 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 151 | 124 | 0.26 | 0 | 0.18 | 0.41 | 139.5 | 0.16 | 0.51 |
| Hex | 6F | 97 | 7C | 1A | 0 | 12 | 29 | 8C | 10 | 33 |
| Octal | 157 | 227 | 174 | 32 | 0 | 22 | 51 | 214 | 20 | 63 |
| Binary | 1101111 | 10010111 | 1111100 | 11010 | 0 | 10010 | 101001 | 10001100 | 10000 | 110011 |
Color Harmonies of #6F977C
Complementary color
Monochromatic Colors of #6F977C
Black with #6F977C
Text Example
Text Example
White with #6F977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F977C; }
p { color: rgb(111,151,124); }
H1.HeaderClassName
{
color: #6F977C;
}
.AnyTagClassName
{
color: #6F977C;
}
</style>
background-color css
<style>
a { background-color: #6F977C; }
a { background-color: rgb(111,151,124); }
div.DivClassName
{
background-color: #6F977C;
}
.BgClassName
{
background-color: #6F977C;
}
</style>
border-color css
<style>
span { border-color: #6F977C; }
span { border-color: rgb(111,151,124); }
td.TdClassName
{
border-color: #6F977C;
}
.TagClassName
{
border-color: #6F977C;
}
</style>