Shades of Oxley #6B9E78
Tints of Oxley #6B9E78
RGB
CMYK
RGB Variations
Color information
#6B9E78 (or 0x6B9E78) is known color: Oxley. HEX triplet: 6B, 9E and 78. RGB value is (107,158,120). Sum of RGB (Red+Green+Blue) = 107+158+120=385 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.79% from 385); Green value is 158 (62.11% from 255 or 41.04% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 158 - color contains mainly: green. Hex color #6B9E78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9E78 is #946187. Grayscale: #8A8A8A. Windows color (decimal): -9724296 or 7904875. OLE color: 7904875.
HSL color Cylindrical-coordinate representation of color #6B9E78: hue angle of 135.29º degrees, saturation: 0.21, 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 #6B9E78 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 107 | 158 | 120 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.38 |
| HSL | 135.29º | 0.21% | 0.52% | - |
| HSV(B) | 135.29º | 0.32% | 0.62% | - |
| XYZ | 21.68 | 28.94 | 22.21 | - |
| YUV | 138.42 | 117.6 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 158 | 120 | 0.32 | 0 | 0.24 | 0.38 | 135.29 | 0.21 | 0.52 |
| Hex | 6B | 9E | 78 | 20 | 0 | 18 | 26 | 87 | 15 | 34 |
| Octal | 153 | 236 | 170 | 40 | 0 | 30 | 46 | 207 | 25 | 64 |
| Binary | 1101011 | 10011110 | 1111000 | 100000 | 0 | 11000 | 100110 | 10000111 | 10101 | 110100 |
Color Harmonies of #6B9E78
Complementary color
Monochromatic Colors of #6B9E78
Black with #6B9E78
Text Example
Text Example
White with #6B9E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9E78; }
p { color: rgb(107,158,120); }
H1.HeaderClassName
{
color: #6B9E78;
}
.AnyTagClassName
{
color: #6B9E78;
}
</style>
background-color css
<style>
a { background-color: #6B9E78; }
a { background-color: rgb(107,158,120); }
div.DivClassName
{
background-color: #6B9E78;
}
.BgClassName
{
background-color: #6B9E78;
}
</style>
border-color css
<style>
span { border-color: #6B9E78; }
span { border-color: rgb(107,158,120); }
td.TdClassName
{
border-color: #6B9E78;
}
.TagClassName
{
border-color: #6B9E78;
}
</style>