Shades of Oxley #6C987D
Tints of Oxley #6C987D
RGB
CMYK
RGB Variations
Color information
#6C987D (or 0x6C987D) is known color: Oxley. HEX triplet: 6C, 98 and 7D. RGB value is (108,152,125). Sum of RGB (Red+Green+Blue) = 108+152+125=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 125 (49.22% from 255 or 32.47% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #6C987D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C987D is #936782. Grayscale: #878787. Windows color (decimal): -9660291 or 8231020. OLE color: 8231020.
HSL color Cylindrical-coordinate representation of color #6C987D: hue angle of 143.18º 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 #6C987D is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 108 | 152 | 125 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.40 |
| HSL | 143.18º | 0.18% | 0.51% | - |
| HSV(B) | 143.18º | 0.29% | 0.6% | - |
| XYZ | 21.11 | 27.13 | 23.52 | - |
| YUV | 135.77 | 121.92 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 152 | 125 | 0.29 | 0 | 0.18 | 0.40 | 143.18 | 0.18 | 0.51 |
| Hex | 6C | 98 | 7D | 1D | 0 | 12 | 28 | 8F | 12 | 33 |
| Octal | 154 | 230 | 175 | 35 | 0 | 22 | 50 | 217 | 22 | 63 |
| Binary | 1101100 | 10011000 | 1111101 | 11101 | 0 | 10010 | 101000 | 10001111 | 10010 | 110011 |
Color Harmonies of #6C987D
Complementary color
Monochromatic Colors of #6C987D
Black with #6C987D
Text Example
Text Example
White with #6C987D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C987D; }
p { color: rgb(108,152,125); }
H1.HeaderClassName
{
color: #6C987D;
}
.AnyTagClassName
{
color: #6C987D;
}
</style>
background-color css
<style>
a { background-color: #6C987D; }
a { background-color: rgb(108,152,125); }
div.DivClassName
{
background-color: #6C987D;
}
.BgClassName
{
background-color: #6C987D;
}
</style>
border-color css
<style>
span { border-color: #6C987D; }
span { border-color: rgb(108,152,125); }
td.TdClassName
{
border-color: #6C987D;
}
.TagClassName
{
border-color: #6C987D;
}
</style>