Shades of Oxley #6D9178
Tints of Oxley #6D9178
RGB
CMYK
RGB Variations
Color information
#6D9178 (or 0x6D9178) is known color: Oxley. HEX triplet: 6D, 91 and 78. RGB value is (109,145,120). Sum of RGB (Red+Green+Blue) = 109+145+120=374 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.14% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D9178 is #926E87. Grayscale: #838383. Windows color (decimal): -9596552 or 7901549. OLE color: 7901549.
HSL color Cylindrical-coordinate representation of color #6D9178: hue angle of 138.33º 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 #6D9178 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 109 | 145 | 120 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.43 |
| HSL | 138.33º | 0.14% | 0.5% | - |
| HSV(B) | 138.33º | 0.25% | 0.57% | - |
| XYZ | 19.82 | 24.86 | 21.52 | - |
| YUV | 131.39 | 121.57 | 112.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 120 | 0.25 | 0 | 0.17 | 0.43 | 138.33 | 0.14 | 0.5 |
| Hex | 6D | 91 | 78 | 19 | 0 | 11 | 2B | 8A | E | 32 |
| Octal | 155 | 221 | 170 | 31 | 0 | 21 | 53 | 212 | 16 | 62 |
| Binary | 1101101 | 10010001 | 1111000 | 11001 | 0 | 10001 | 101011 | 10001010 | 1110 | 110010 |
Color Harmonies of #6D9178
Complementary color
Monochromatic Colors of #6D9178
Black with #6D9178
Text Example
Text Example
White with #6D9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D9178; }
p { color: rgb(109,145,120); }
H1.HeaderClassName
{
color: #6D9178;
}
.AnyTagClassName
{
color: #6D9178;
}
</style>
background-color css
<style>
a { background-color: #6D9178; }
a { background-color: rgb(109,145,120); }
div.DivClassName
{
background-color: #6D9178;
}
.BgClassName
{
background-color: #6D9178;
}
</style>
border-color css
<style>
span { border-color: #6D9178; }
span { border-color: rgb(109,145,120); }
td.TdClassName
{
border-color: #6D9178;
}
.TagClassName
{
border-color: #6D9178;
}
</style>