Shades of Oxley #6A9178
Tints of Oxley #6A9178
RGB
CMYK
RGB Variations
Color information
#6A9178 (or 0x6A9178) is known color: Oxley. HEX triplet: 6A, 91 and 78. RGB value is (106,145,120). Sum of RGB (Red+Green+Blue) = 106+145+120=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9178 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9178 is #956E87. Grayscale: #828282. Windows color (decimal): -9793160 or 7901546. OLE color: 7901546.
HSL color Cylindrical-coordinate representation of color #6A9178: hue angle of 141.54º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A9178 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 145 | 120 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.43 |
| HSL | 141.54º | 0.16% | 0.49% | - |
| HSV(B) | 141.54º | 0.27% | 0.57% | - |
| XYZ | 19.46 | 24.67 | 21.51 | - |
| YUV | 130.49 | 122.08 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 145 | 120 | 0.27 | 0 | 0.17 | 0.43 | 141.54 | 0.16 | 0.49 |
| Hex | 6A | 91 | 78 | 1B | 0 | 11 | 2B | 8E | 10 | 31 |
| Octal | 152 | 221 | 170 | 33 | 0 | 21 | 53 | 216 | 20 | 61 |
| Binary | 1101010 | 10010001 | 1111000 | 11011 | 0 | 10001 | 101011 | 10001110 | 10000 | 110001 |
Color Harmonies of #6A9178
Complementary color
Monochromatic Colors of #6A9178
Black with #6A9178
Text Example
Text Example
White with #6A9178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9178; }
p { color: rgb(106,145,120); }
H1.HeaderClassName
{
color: #6A9178;
}
.AnyTagClassName
{
color: #6A9178;
}
</style>
background-color css
<style>
a { background-color: #6A9178; }
a { background-color: rgb(106,145,120); }
div.DivClassName
{
background-color: #6A9178;
}
.BgClassName
{
background-color: #6A9178;
}
</style>
border-color css
<style>
span { border-color: #6A9178; }
span { border-color: rgb(106,145,120); }
td.TdClassName
{
border-color: #6A9178;
}
.TagClassName
{
border-color: #6A9178;
}
</style>