Shades of Oxley #6C9E78
Tints of Oxley #6C9E78
RGB
CMYK
RGB Variations
Color information
#6C9E78 (or 0x6C9E78) is known color: Oxley. HEX triplet: 6C, 9E and 78. RGB value is (108,158,120). Sum of RGB (Red+Green+Blue) = 108+158+120=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 158 (62.11% from 255 or 40.93% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 158 - color contains mainly: green. Hex color #6C9E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9E78 is #936187. Grayscale: #8A8A8A. Windows color (decimal): -9658760 or 7904876. OLE color: 7904876.
HSL color Cylindrical-coordinate representation of color #6C9E78: hue angle of 134.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6C9E78 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 108 | 158 | 120 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.38 |
| HSL | 134.4º | 0.2% | 0.52% | - |
| HSV(B) | 134.4º | 0.32% | 0.62% | - |
| XYZ | 21.8 | 29 | 22.22 | - |
| YUV | 138.72 | 117.44 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 120 | 0.32 | 0 | 0.24 | 0.38 | 134.4 | 0.2 | 0.52 |
| Hex | 6C | 9E | 78 | 20 | 0 | 18 | 26 | 86 | 14 | 34 |
| Octal | 154 | 236 | 170 | 40 | 0 | 30 | 46 | 206 | 24 | 64 |
| Binary | 1101100 | 10011110 | 1111000 | 100000 | 0 | 11000 | 100110 | 10000110 | 10100 | 110100 |
Color Harmonies of #6C9E78
Complementary color
Monochromatic Colors of #6C9E78
Black with #6C9E78
Text Example
Text Example
White with #6C9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9E78; }
p { color: rgb(108,158,120); }
H1.HeaderClassName
{
color: #6C9E78;
}
.AnyTagClassName
{
color: #6C9E78;
}
</style>
background-color css
<style>
a { background-color: #6C9E78; }
a { background-color: rgb(108,158,120); }
div.DivClassName
{
background-color: #6C9E78;
}
.BgClassName
{
background-color: #6C9E78;
}
</style>
border-color css
<style>
span { border-color: #6C9E78; }
span { border-color: rgb(108,158,120); }
td.TdClassName
{
border-color: #6C9E78;
}
.TagClassName
{
border-color: #6C9E78;
}
</style>