Shades of Oxley #6D917A
Tints of Oxley #6D917A
RGB
CMYK
RGB Variations
Color information
#6D917A (or 0x6D917A) is known color: Oxley. HEX triplet: 6D, 91 and 7A. RGB value is (109,145,122). Sum of RGB (Red+Green+Blue) = 109+145+122=376 (49% of max value = 765). Red value is 109 (42.97% from 255 or 28.99% from 376); Green value is 145 (57.03% from 255 or 38.56% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 145 - color contains mainly: green. Hex color #6D917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D917A is #926E85. Grayscale: #838383. Windows color (decimal): -9596550 or 8032621. OLE color: 8032621.
HSL color Cylindrical-coordinate representation of color #6D917A: hue angle of 141.67º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D917A is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 122 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.43 |
| HSL | 141.67º | 0.14% | 0.5% | - |
| HSV(B) | 141.67º | 0.25% | 0.57% | - |
| XYZ | 19.94 | 24.91 | 22.17 | - |
| YUV | 131.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 122 | 0.25 | 0 | 0.16 | 0.43 | 141.67 | 0.14 | 0.5 |
| Hex | 6D | 91 | 7A | 19 | 0 | 10 | 2B | 8E | E | 32 |
| Octal | 155 | 221 | 172 | 31 | 0 | 20 | 53 | 216 | 16 | 62 |
| Binary | 1101101 | 10010001 | 1111010 | 11001 | 0 | 10000 | 101011 | 10001110 | 1110 | 110010 |
Color Harmonies of #6D917A
Complementary color
Monochromatic Colors of #6D917A
Black with #6D917A
Text Example
Text Example
White with #6D917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D917A; }
p { color: rgb(109,145,122); }
H1.HeaderClassName
{
color: #6D917A;
}
.AnyTagClassName
{
color: #6D917A;
}
</style>
background-color css
<style>
a { background-color: #6D917A; }
a { background-color: rgb(109,145,122); }
div.DivClassName
{
background-color: #6D917A;
}
.BgClassName
{
background-color: #6D917A;
}
</style>
border-color css
<style>
span { border-color: #6D917A; }
span { border-color: rgb(109,145,122); }
td.TdClassName
{
border-color: #6D917A;
}
.TagClassName
{
border-color: #6D917A;
}
</style>