Shades of Oxley #6F9F7C
Tints of Oxley #6F9F7C
RGB
CMYK
RGB Variations
Color information
#6F9F7C (or 0x6F9F7C) is known color: Oxley. HEX triplet: 6F, 9F and 7C. RGB value is (111,159,124). Sum of RGB (Red+Green+Blue) = 111+159+124=394 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.17% from 394); Green value is 159 (62.5% from 255 or 40.36% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F7C is #906083. Grayscale: #8C8C8C. Windows color (decimal): -9461892 or 8167279. OLE color: 8167279.
HSL color Cylindrical-coordinate representation of color #6F9F7C: hue angle of 136.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F7C is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 124 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.38 |
| HSL | 136.25º | 0.2% | 0.53% | - |
| HSV(B) | 136.25º | 0.3% | 0.62% | - |
| XYZ | 22.59 | 29.63 | 23.6 | - |
| YUV | 140.66 | 118.6 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 124 | 0.30 | 0 | 0.22 | 0.38 | 136.25 | 0.2 | 0.53 |
| Hex | 6F | 9F | 7C | 1E | 0 | 16 | 26 | 88 | 14 | 35 |
| Octal | 157 | 237 | 174 | 36 | 0 | 26 | 46 | 210 | 24 | 65 |
| Binary | 1101111 | 10011111 | 1111100 | 11110 | 0 | 10110 | 100110 | 10001000 | 10100 | 110101 |
Color Harmonies of #6F9F7C
Complementary color
Monochromatic Colors of #6F9F7C
Black with #6F9F7C
Text Example
Text Example
White with #6F9F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F7C; }
p { color: rgb(111,159,124); }
H1.HeaderClassName
{
color: #6F9F7C;
}
.AnyTagClassName
{
color: #6F9F7C;
}
</style>
background-color css
<style>
a { background-color: #6F9F7C; }
a { background-color: rgb(111,159,124); }
div.DivClassName
{
background-color: #6F9F7C;
}
.BgClassName
{
background-color: #6F9F7C;
}
</style>
border-color css
<style>
span { border-color: #6F9F7C; }
span { border-color: rgb(111,159,124); }
td.TdClassName
{
border-color: #6F9F7C;
}
.TagClassName
{
border-color: #6F9F7C;
}
</style>