Shades of Oxley #6C8B78
Tints of Oxley #6C8B78
RGB
CMYK
RGB Variations
Color information
#6C8B78 (or 0x6C8B78) is known color: Oxley. HEX triplet: 6C, 8B and 78. RGB value is (108,139,120). Sum of RGB (Red+Green+Blue) = 108+139+120=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 139 (54.69% from 255 or 37.87% from 367); Blue value is 120 (47.27% from 255 or 32.70% from 367); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8B78 is #937487. Grayscale: #7F7F7F. Windows color (decimal): -9663624 or 7900012. OLE color: 7900012.
HSL color Cylindrical-coordinate representation of color #6C8B78: hue angle of 143.23º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8B78 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 120 | - |
| CMYK | 0.22 | 0 | 0.14 | 0.45 |
| HSL | 143.23º | 0.13% | 0.48% | - |
| HSV(B) | 143.23º | 0.22% | 0.55% | - |
| XYZ | 18.81 | 23.01 | 21.22 | - |
| YUV | 127.57 | 123.73 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 120 | 0.22 | 0 | 0.14 | 0.45 | 143.23 | 0.13 | 0.48 |
| Hex | 6C | 8B | 78 | 16 | 0 | E | 2D | 8F | D | 30 |
| Octal | 154 | 213 | 170 | 26 | 0 | 16 | 55 | 217 | 15 | 60 |
| Binary | 1101100 | 10001011 | 1111000 | 10110 | 0 | 1110 | 101101 | 10001111 | 1101 | 110000 |
Color Harmonies of #6C8B78
Complementary color
Monochromatic Colors of #6C8B78
Black with #6C8B78
Text Example
Text Example
White with #6C8B78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B78; }
p { color: rgb(108,139,120); }
H1.HeaderClassName
{
color: #6C8B78;
}
.AnyTagClassName
{
color: #6C8B78;
}
</style>
background-color css
<style>
a { background-color: #6C8B78; }
a { background-color: rgb(108,139,120); }
div.DivClassName
{
background-color: #6C8B78;
}
.BgClassName
{
background-color: #6C8B78;
}
</style>
border-color css
<style>
span { border-color: #6C8B78; }
span { border-color: rgb(108,139,120); }
td.TdClassName
{
border-color: #6C8B78;
}
.TagClassName
{
border-color: #6C8B78;
}
</style>