Shades of Oxley #6C8A79
Tints of Oxley #6C8A79
RGB
CMYK
RGB Variations
Color information
#6C8A79 (or 0x6C8A79) is known color: Oxley. HEX triplet: 6C, 8A and 79. RGB value is (108,138,121). Sum of RGB (Red+Green+Blue) = 108+138+121=367 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.43% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 121 (47.66% from 255 or 32.97% from 367); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8A79 is #937586. Grayscale: #7F7F7F. Windows color (decimal): -9663879 or 7965292. OLE color: 7965292.
HSL color Cylindrical-coordinate representation of color #6C8A79: hue angle of 146º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8A79 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 121 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.46 |
| HSL | 146º | 0.12% | 0.48% | - |
| HSV(B) | 146º | 0.22% | 0.54% | - |
| XYZ | 18.72 | 22.75 | 21.49 | - |
| YUV | 127.09 | 124.56 | 114.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 121 | 0.22 | 0 | 0.12 | 0.46 | 146 | 0.12 | 0.48 |
| Hex | 6C | 8A | 79 | 16 | 0 | C | 2E | 92 | C | 30 |
| Octal | 154 | 212 | 171 | 26 | 0 | 14 | 56 | 222 | 14 | 60 |
| Binary | 1101100 | 10001010 | 1111001 | 10110 | 0 | 1100 | 101110 | 10010010 | 1100 | 110000 |
Color Harmonies of #6C8A79
Complementary color
Monochromatic Colors of #6C8A79
Black with #6C8A79
Text Example
Text Example
White with #6C8A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A79; }
p { color: rgb(108,138,121); }
H1.HeaderClassName
{
color: #6C8A79;
}
.AnyTagClassName
{
color: #6C8A79;
}
</style>
background-color css
<style>
a { background-color: #6C8A79; }
a { background-color: rgb(108,138,121); }
div.DivClassName
{
background-color: #6C8A79;
}
.BgClassName
{
background-color: #6C8A79;
}
</style>
border-color css
<style>
span { border-color: #6C8A79; }
span { border-color: rgb(108,138,121); }
td.TdClassName
{
border-color: #6C8A79;
}
.TagClassName
{
border-color: #6C8A79;
}
</style>