Shades of Oxley #6A9A80
Tints of Oxley #6A9A80
RGB
CMYK
RGB Variations
Color information
#6A9A80 (or 0x6A9A80) is known color: Oxley. HEX triplet: 6A, 9A and 80. RGB value is (106,154,128). Sum of RGB (Red+Green+Blue) = 106+154+128=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 154 - color contains mainly: green. Hex color #6A9A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9A80 is #95657F. Grayscale: #888888. Windows color (decimal): -9790848 or 8428138. OLE color: 8428138.
HSL color Cylindrical-coordinate representation of color #6A9A80: hue angle of 147.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6A9A80 is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 106 | 154 | 128 | - |
| CMYK | 0.31 | 0 | 0.17 | 0.40 |
| HSL | 147.5º | 0.19% | 0.51% | - |
| HSV(B) | 147.5º | 0.31% | 0.6% | - |
| XYZ | 21.4 | 27.73 | 24.65 | - |
| YUV | 136.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 154 | 128 | 0.31 | 0 | 0.17 | 0.40 | 147.5 | 0.19 | 0.51 |
| Hex | 6A | 9A | 80 | 1F | 0 | 11 | 28 | 94 | 13 | 33 |
| Octal | 152 | 232 | 200 | 37 | 0 | 21 | 50 | 224 | 23 | 63 |
| Binary | 1101010 | 10011010 | 10000000 | 11111 | 0 | 10001 | 101000 | 10010100 | 10011 | 110011 |
Color Harmonies of #6A9A80
Complementary color
Monochromatic Colors of #6A9A80
Black with #6A9A80
Text Example
Text Example
White with #6A9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9A80; }
p { color: rgb(106,154,128); }
H1.HeaderClassName
{
color: #6A9A80;
}
.AnyTagClassName
{
color: #6A9A80;
}
</style>
background-color css
<style>
a { background-color: #6A9A80; }
a { background-color: rgb(106,154,128); }
div.DivClassName
{
background-color: #6A9A80;
}
.BgClassName
{
background-color: #6A9A80;
}
</style>
border-color css
<style>
span { border-color: #6A9A80; }
span { border-color: rgb(106,154,128); }
td.TdClassName
{
border-color: #6A9A80;
}
.TagClassName
{
border-color: #6A9A80;
}
</style>