Shades of Oxley #6C8E77
Tints of Oxley #6C8E77
RGB
CMYK
RGB Variations
Color information
#6C8E77 (or 0x6C8E77) is known color: Oxley. HEX triplet: 6C, 8E and 77. RGB value is (108,142,119). Sum of RGB (Red+Green+Blue) = 108+142+119=369 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.27% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E77 is #937188. Grayscale: #818181. Windows color (decimal): -9662857 or 7835244. OLE color: 7835244.
HSL color Cylindrical-coordinate representation of color #6C8E77: hue angle of 139.41º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8E77 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 119 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.44 |
| HSL | 139.41º | 0.14% | 0.49% | - |
| HSV(B) | 139.41º | 0.24% | 0.56% | - |
| XYZ | 19.19 | 23.87 | 21.05 | - |
| YUV | 129.21 | 122.24 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 119 | 0.24 | 0 | 0.16 | 0.44 | 139.41 | 0.14 | 0.49 |
| Hex | 6C | 8E | 77 | 18 | 0 | 10 | 2C | 8B | E | 31 |
| Octal | 154 | 216 | 167 | 30 | 0 | 20 | 54 | 213 | 16 | 61 |
| Binary | 1101100 | 10001110 | 1110111 | 11000 | 0 | 10000 | 101100 | 10001011 | 1110 | 110001 |
Color Harmonies of #6C8E77
Complementary color
Monochromatic Colors of #6C8E77
Black with #6C8E77
Text Example
Text Example
White with #6C8E77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E77; }
p { color: rgb(108,142,119); }
H1.HeaderClassName
{
color: #6C8E77;
}
.AnyTagClassName
{
color: #6C8E77;
}
</style>
background-color css
<style>
a { background-color: #6C8E77; }
a { background-color: rgb(108,142,119); }
div.DivClassName
{
background-color: #6C8E77;
}
.BgClassName
{
background-color: #6C8E77;
}
</style>
border-color css
<style>
span { border-color: #6C8E77; }
span { border-color: rgb(108,142,119); }
td.TdClassName
{
border-color: #6C8E77;
}
.TagClassName
{
border-color: #6C8E77;
}
</style>