Shades of Oxley #6B9879
Tints of Oxley #6B9879
RGB
CMYK
RGB Variations
Color information
#6B9879 (or 0x6B9879) is known color: Oxley. HEX triplet: 6B, 98 and 79. RGB value is (107,152,121). Sum of RGB (Red+Green+Blue) = 107+152+121=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9879 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9879 is #946786. Grayscale: #878787. Windows color (decimal): -9725831 or 7968875. OLE color: 7968875.
HSL color Cylindrical-coordinate representation of color #6B9879: hue angle of 138.67º 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 #6B9879 is Cyan = 0.30, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 121 | - |
| CMYK | 0.30 | 0 | 0.20 | 0.40 |
| HSL | 138.67º | 0.18% | 0.51% | - |
| HSV(B) | 138.67º | 0.3% | 0.6% | - |
| XYZ | 20.74 | 26.96 | 22.2 | - |
| YUV | 135.01 | 120.09 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 121 | 0.30 | 0 | 0.20 | 0.40 | 138.67 | 0.18 | 0.51 |
| Hex | 6B | 98 | 79 | 1E | 0 | 14 | 28 | 8B | 12 | 33 |
| Octal | 153 | 230 | 171 | 36 | 0 | 24 | 50 | 213 | 22 | 63 |
| Binary | 1101011 | 10011000 | 1111001 | 11110 | 0 | 10100 | 101000 | 10001011 | 10010 | 110011 |
Color Harmonies of #6B9879
Complementary color
Monochromatic Colors of #6B9879
Black with #6B9879
Text Example
Text Example
White with #6B9879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9879; }
p { color: rgb(107,152,121); }
H1.HeaderClassName
{
color: #6B9879;
}
.AnyTagClassName
{
color: #6B9879;
}
</style>
background-color css
<style>
a { background-color: #6B9879; }
a { background-color: rgb(107,152,121); }
div.DivClassName
{
background-color: #6B9879;
}
.BgClassName
{
background-color: #6B9879;
}
</style>
border-color css
<style>
span { border-color: #6B9879; }
span { border-color: rgb(107,152,121); }
td.TdClassName
{
border-color: #6B9879;
}
.TagClassName
{
border-color: #6B9879;
}
</style>