Shades of Oxley #6A9876
Tints of Oxley #6A9876
RGB
CMYK
RGB Variations
Color information
#6A9876 (or 0x6A9876) is known color: Oxley. HEX triplet: 6A, 98 and 76. RGB value is (106,152,118). Sum of RGB (Red+Green+Blue) = 106+152+118=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #6A9876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9876 is #956789. Grayscale: #868686. Windows color (decimal): -9791370 or 7772266. OLE color: 7772266.
HSL color Cylindrical-coordinate representation of color #6A9876: hue angle of 135.65º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6A9876 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 152 | 118 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.40 |
| HSL | 135.65º | 0.18% | 0.51% | - |
| HSV(B) | 135.65º | 0.3% | 0.6% | - |
| XYZ | 20.44 | 26.83 | 21.24 | - |
| YUV | 134.37 | 118.76 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 152 | 118 | 0.30 | 0 | 0.22 | 0.40 | 135.65 | 0.18 | 0.51 |
| Hex | 6A | 98 | 76 | 1E | 0 | 16 | 28 | 88 | 12 | 33 |
| Octal | 152 | 230 | 166 | 36 | 0 | 26 | 50 | 210 | 22 | 63 |
| Binary | 1101010 | 10011000 | 1110110 | 11110 | 0 | 10110 | 101000 | 10001000 | 10010 | 110011 |
Color Harmonies of #6A9876
Complementary color
Monochromatic Colors of #6A9876
Black with #6A9876
Text Example
Text Example
White with #6A9876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9876; }
p { color: rgb(106,152,118); }
H1.HeaderClassName
{
color: #6A9876;
}
.AnyTagClassName
{
color: #6A9876;
}
</style>
background-color css
<style>
a { background-color: #6A9876; }
a { background-color: rgb(106,152,118); }
div.DivClassName
{
background-color: #6A9876;
}
.BgClassName
{
background-color: #6A9876;
}
</style>
border-color css
<style>
span { border-color: #6A9876; }
span { border-color: rgb(106,152,118); }
td.TdClassName
{
border-color: #6A9876;
}
.TagClassName
{
border-color: #6A9876;
}
</style>