Shades of Oxley #6F917A
Tints of Oxley #6F917A
RGB
CMYK
RGB Variations
Color information
#6F917A (or 0x6F917A) is known color: Oxley. HEX triplet: 6F, 91 and 7A. RGB value is (111,145,122). Sum of RGB (Red+Green+Blue) = 111+145+122=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 145 (57.03% from 255 or 38.36% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 145 - color contains mainly: green. Hex color #6F917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F917A is #906E85. Grayscale: #848484. Windows color (decimal): -9465478 or 8032623. OLE color: 8032623.
HSL color Cylindrical-coordinate representation of color #6F917A: hue angle of 139.41º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F917A is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 122 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.43 |
| HSL | 139.41º | 0.13% | 0.5% | - |
| HSV(B) | 139.41º | 0.23% | 0.57% | - |
| XYZ | 20.19 | 25.04 | 22.18 | - |
| YUV | 132.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 122 | 0.23 | 0 | 0.16 | 0.43 | 139.41 | 0.13 | 0.5 |
| Hex | 6F | 91 | 7A | 17 | 0 | 10 | 2B | 8B | D | 32 |
| Octal | 157 | 221 | 172 | 27 | 0 | 20 | 53 | 213 | 15 | 62 |
| Binary | 1101111 | 10010001 | 1111010 | 10111 | 0 | 10000 | 101011 | 10001011 | 1101 | 110010 |
Color Harmonies of #6F917A
Complementary color
Monochromatic Colors of #6F917A
Black with #6F917A
Text Example
Text Example
White with #6F917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F917A; }
p { color: rgb(111,145,122); }
H1.HeaderClassName
{
color: #6F917A;
}
.AnyTagClassName
{
color: #6F917A;
}
</style>
background-color css
<style>
a { background-color: #6F917A; }
a { background-color: rgb(111,145,122); }
div.DivClassName
{
background-color: #6F917A;
}
.BgClassName
{
background-color: #6F917A;
}
</style>
border-color css
<style>
span { border-color: #6F917A; }
span { border-color: rgb(111,145,122); }
td.TdClassName
{
border-color: #6F917A;
}
.TagClassName
{
border-color: #6F917A;
}
</style>