Shades of Oxley #6F9979
Tints of Oxley #6F9979
RGB
CMYK
RGB Variations
Color information
#6F9979 (or 0x6F9979) is known color: Oxley. HEX triplet: 6F, 99 and 79. RGB value is (111,153,121). Sum of RGB (Red+Green+Blue) = 111+153+121=385 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.83% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #6F9979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9979 is #906686. Grayscale: #888888. Windows color (decimal): -9463431 or 7969135. OLE color: 7969135.
HSL color Cylindrical-coordinate representation of color #6F9979: hue angle of 134.29º 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 #6F9979 is Cyan = 0.27, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 111 | 153 | 121 | - |
| CMYK | 0.27 | 0 | 0.21 | 0.4 |
| HSL | 134.29º | 0.17% | 0.52% | - |
| HSV(B) | 134.29º | 0.27% | 0.6% | - |
| XYZ | 21.4 | 27.54 | 22.28 | - |
| YUV | 136.79 | 119.09 | 109.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 153 | 121 | 0.27 | 0 | 0.21 | 0.4 | 134.29 | 0.17 | 0.52 |
| Hex | 6F | 99 | 79 | 1B | 0 | 15 | 28 | 86 | 11 | 34 |
| Octal | 157 | 231 | 171 | 33 | 0 | 25 | 50 | 206 | 21 | 64 |
| Binary | 1101111 | 10011001 | 1111001 | 11011 | 0 | 10101 | 101000 | 10000110 | 10001 | 110100 |
Color Harmonies of #6F9979
Complementary color
Monochromatic Colors of #6F9979
Black with #6F9979
Text Example
Text Example
White with #6F9979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9979; }
p { color: rgb(111,153,121); }
H1.HeaderClassName
{
color: #6F9979;
}
.AnyTagClassName
{
color: #6F9979;
}
</style>
background-color css
<style>
a { background-color: #6F9979; }
a { background-color: rgb(111,153,121); }
div.DivClassName
{
background-color: #6F9979;
}
.BgClassName
{
background-color: #6F9979;
}
</style>
border-color css
<style>
span { border-color: #6F9979; }
span { border-color: rgb(111,153,121); }
td.TdClassName
{
border-color: #6F9979;
}
.TagClassName
{
border-color: #6F9979;
}
</style>