Shades of Oxley #6B9877
Tints of Oxley #6B9877
RGB
CMYK
RGB Variations
Color information
#6B9877 (or 0x6B9877) is known color: Oxley. HEX triplet: 6B, 98 and 77. RGB value is (107,152,119). Sum of RGB (Red+Green+Blue) = 107+152+119=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 152 (59.77% from 255 or 40.21% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 152 - color contains mainly: green. Hex color #6B9877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9877 is #946788. Grayscale: #868686. Windows color (decimal): -9725833 or 7837803. OLE color: 7837803.
HSL color Cylindrical-coordinate representation of color #6B9877: hue angle of 136º 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 #6B9877 is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 152 | 119 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.40 |
| HSL | 136º | 0.18% | 0.51% | - |
| HSV(B) | 136º | 0.3% | 0.6% | - |
| XYZ | 20.62 | 26.91 | 21.56 | - |
| YUV | 134.78 | 119.09 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 152 | 119 | 0.30 | 0 | 0.22 | 0.40 | 136 | 0.18 | 0.51 |
| Hex | 6B | 98 | 77 | 1E | 0 | 16 | 28 | 88 | 12 | 33 |
| Octal | 153 | 230 | 167 | 36 | 0 | 26 | 50 | 210 | 22 | 63 |
| Binary | 1101011 | 10011000 | 1110111 | 11110 | 0 | 10110 | 101000 | 10001000 | 10010 | 110011 |
Color Harmonies of #6B9877
Complementary color
Monochromatic Colors of #6B9877
Black with #6B9877
Text Example
Text Example
White with #6B9877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B9877; }
p { color: rgb(107,152,119); }
H1.HeaderClassName
{
color: #6B9877;
}
.AnyTagClassName
{
color: #6B9877;
}
</style>
background-color css
<style>
a { background-color: #6B9877; }
a { background-color: rgb(107,152,119); }
div.DivClassName
{
background-color: #6B9877;
}
.BgClassName
{
background-color: #6B9877;
}
</style>
border-color css
<style>
span { border-color: #6B9877; }
span { border-color: rgb(107,152,119); }
td.TdClassName
{
border-color: #6B9877;
}
.TagClassName
{
border-color: #6B9877;
}
</style>