Shades of Oxley #6B9878
Tints of Oxley #6B9878
RGB
CMYK
RGB Variations
Color information
#6B9878 (or 0x6B9878) is known color: Oxley. HEX triplet: 6B, 98 and 78. RGB value is (107,152,120). Sum of RGB (Red+Green+Blue) = 107+152+120=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 120 (47.27% from 255 or 31.66% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9878 is #946787. Grayscale: #868686. Windows color (decimal): -9725832 or 7903339. OLE color: 7903339.
HSL color Cylindrical-coordinate representation of color #6B9878: hue angle of 137.33º 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 #6B9878 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 120 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.40 |
| HSL | 137.33º | 0.18% | 0.51% | - |
| HSV(B) | 137.33º | 0.3% | 0.6% | - |
| XYZ | 20.68 | 26.94 | 21.88 | - |
| YUV | 134.9 | 119.59 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 120 | 0.30 | 0 | 0.21 | 0.40 | 137.33 | 0.18 | 0.51 |
| Hex | 6B | 98 | 78 | 1E | 0 | 15 | 28 | 89 | 12 | 33 |
| Octal | 153 | 230 | 170 | 36 | 0 | 25 | 50 | 211 | 22 | 63 |
| Binary | 1101011 | 10011000 | 1111000 | 11110 | 0 | 10101 | 101000 | 10001001 | 10010 | 110011 |
Color Harmonies of #6B9878
Complementary color
Monochromatic Colors of #6B9878
Black with #6B9878
Text Example
Text Example
White with #6B9878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9878; }
p { color: rgb(107,152,120); }
H1.HeaderClassName
{
color: #6B9878;
}
.AnyTagClassName
{
color: #6B9878;
}
</style>
background-color css
<style>
a { background-color: #6B9878; }
a { background-color: rgb(107,152,120); }
div.DivClassName
{
background-color: #6B9878;
}
.BgClassName
{
background-color: #6B9878;
}
</style>
border-color css
<style>
span { border-color: #6B9878; }
span { border-color: rgb(107,152,120); }
td.TdClassName
{
border-color: #6B9878;
}
.TagClassName
{
border-color: #6B9878;
}
</style>