Shades of Oxley #6C9875
Tints of Oxley #6C9875
RGB
CMYK
RGB Variations
Color information
#6C9875 (or 0x6C9875) is known color: Oxley. HEX triplet: 6C, 98 and 75. RGB value is (108,152,117). Sum of RGB (Red+Green+Blue) = 108+152+117=377 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.65% from 377); Green value is 152 (59.77% from 255 or 40.32% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 152 - color contains mainly: green. Hex color #6C9875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C9875 is #93678A. Grayscale: #868686. Windows color (decimal): -9660299 or 7706732. OLE color: 7706732.
HSL color Cylindrical-coordinate representation of color #6C9875: hue angle of 132.27º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6C9875 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 152 | 117 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.40 |
| HSL | 132.27º | 0.18% | 0.51% | - |
| HSV(B) | 132.27º | 0.29% | 0.6% | - |
| XYZ | 20.62 | 26.93 | 20.94 | - |
| YUV | 134.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 152 | 117 | 0.29 | 0 | 0.23 | 0.40 | 132.27 | 0.18 | 0.51 |
| Hex | 6C | 98 | 75 | 1D | 0 | 17 | 28 | 84 | 12 | 33 |
| Octal | 154 | 230 | 165 | 35 | 0 | 27 | 50 | 204 | 22 | 63 |
| Binary | 1101100 | 10011000 | 1110101 | 11101 | 0 | 10111 | 101000 | 10000100 | 10010 | 110011 |
Color Harmonies of #6C9875
Complementary color
Monochromatic Colors of #6C9875
Black with #6C9875
Text Example
Text Example
White with #6C9875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9875; }
p { color: rgb(108,152,117); }
H1.HeaderClassName
{
color: #6C9875;
}
.AnyTagClassName
{
color: #6C9875;
}
</style>
background-color css
<style>
a { background-color: #6C9875; }
a { background-color: rgb(108,152,117); }
div.DivClassName
{
background-color: #6C9875;
}
.BgClassName
{
background-color: #6C9875;
}
</style>
border-color css
<style>
span { border-color: #6C9875; }
span { border-color: rgb(108,152,117); }
td.TdClassName
{
border-color: #6C9875;
}
.TagClassName
{
border-color: #6C9875;
}
</style>