Shades of Oxley #6A9E78
Tints of Oxley #6A9E78
RGB
CMYK
RGB Variations
Color information
#6A9E78 (or 0x6A9E78) is known color: Oxley. HEX triplet: 6A, 9E and 78. RGB value is (106,158,120). Sum of RGB (Red+Green+Blue) = 106+158+120=384 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.60% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 158 - color contains mainly: green. Hex color #6A9E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9E78 is #956187. Grayscale: #8A8A8A. Windows color (decimal): -9789832 or 7904874. OLE color: 7904874.
HSL color Cylindrical-coordinate representation of color #6A9E78: hue angle of 136.15º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A9E78 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 106 | 158 | 120 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.38 |
| HSL | 136.15º | 0.21% | 0.52% | - |
| HSV(B) | 136.15º | 0.33% | 0.62% | - |
| XYZ | 21.56 | 28.87 | 22.21 | - |
| YUV | 138.12 | 117.77 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 158 | 120 | 0.33 | 0 | 0.24 | 0.38 | 136.15 | 0.21 | 0.52 |
| Hex | 6A | 9E | 78 | 21 | 0 | 18 | 26 | 88 | 15 | 34 |
| Octal | 152 | 236 | 170 | 41 | 0 | 30 | 46 | 210 | 25 | 64 |
| Binary | 1101010 | 10011110 | 1111000 | 100001 | 0 | 11000 | 100110 | 10001000 | 10101 | 110100 |
Color Harmonies of #6A9E78
Complementary color
Monochromatic Colors of #6A9E78
Black with #6A9E78
Text Example
Text Example
White with #6A9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A9E78; }
p { color: rgb(106,158,120); }
H1.HeaderClassName
{
color: #6A9E78;
}
.AnyTagClassName
{
color: #6A9E78;
}
</style>
background-color css
<style>
a { background-color: #6A9E78; }
a { background-color: rgb(106,158,120); }
div.DivClassName
{
background-color: #6A9E78;
}
.BgClassName
{
background-color: #6A9E78;
}
</style>
border-color css
<style>
span { border-color: #6A9E78; }
span { border-color: rgb(106,158,120); }
td.TdClassName
{
border-color: #6A9E78;
}
.TagClassName
{
border-color: #6A9E78;
}
</style>