Shades of Oxley #6A927A
Tints of Oxley #6A927A
RGB
CMYK
RGB Variations
Color information
#6A927A (or 0x6A927A) is known color: Oxley. HEX triplet: 6A, 92 and 7A. RGB value is (106,146,122). Sum of RGB (Red+Green+Blue) = 106+146+122=374 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.34% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #6A927A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A927A is #956D85. Grayscale: #838383. Windows color (decimal): -9792902 or 8032874. OLE color: 8032874.
HSL color Cylindrical-coordinate representation of color #6A927A: hue angle of 144º 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 #6A927A is Cyan = 0.27, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 146 | 122 | - |
| CMYK | 0.27 | 0 | 0.16 | 0.43 |
| HSL | 144º | 0.16% | 0.49% | - |
| HSV(B) | 144º | 0.27% | 0.57% | - |
| XYZ | 19.74 | 25.03 | 22.2 | - |
| YUV | 131.3 | 122.75 | 109.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 146 | 122 | 0.27 | 0 | 0.16 | 0.43 | 144 | 0.16 | 0.49 |
| Hex | 6A | 92 | 7A | 1B | 0 | 10 | 2B | 90 | 10 | 31 |
| Octal | 152 | 222 | 172 | 33 | 0 | 20 | 53 | 220 | 20 | 61 |
| Binary | 1101010 | 10010010 | 1111010 | 11011 | 0 | 10000 | 101011 | 10010000 | 10000 | 110001 |
Color Harmonies of #6A927A
Complementary color
Monochromatic Colors of #6A927A
Black with #6A927A
Text Example
Text Example
White with #6A927A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A927A; }
p { color: rgb(106,146,122); }
H1.HeaderClassName
{
color: #6A927A;
}
.AnyTagClassName
{
color: #6A927A;
}
</style>
background-color css
<style>
a { background-color: #6A927A; }
a { background-color: rgb(106,146,122); }
div.DivClassName
{
background-color: #6A927A;
}
.BgClassName
{
background-color: #6A927A;
}
</style>
border-color css
<style>
span { border-color: #6A927A; }
span { border-color: rgb(106,146,122); }
td.TdClassName
{
border-color: #6A927A;
}
.TagClassName
{
border-color: #6A927A;
}
</style>