Shades of Pewter #8CA78C
Tints of Pewter #8CA78C
RGB
CMYK
RGB Variations
Color information
#8CA78C (or 0x8CA78C) is known color: Pewter. HEX triplet: 8C, A7 and 8C. RGB value is (140,167,140). Sum of RGB (Red+Green+Blue) = 140+167+140=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 140 (55.08% from 255 or 31.32% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #8CA78C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA78C is #735873. Grayscale: #9B9B9B. Windows color (decimal): -7559284 or 9217932. OLE color: 9217932.
HSL color Cylindrical-coordinate representation of color #8CA78C: hue angle of 120º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8CA78C is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 140 | 167 | 140 | - |
| CMYK | 0.16 | 0 | 0.16 | 0.35 |
| HSL | 120º | 0.13% | 0.6% | - |
| HSV(B) | 120º | 0.16% | 0.65% | - |
| XYZ | 29.37 | 35.11 | 30.04 | - |
| YUV | 155.85 | 119.05 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 167 | 140 | 0.16 | 0 | 0.16 | 0.35 | 120 | 0.13 | 0.6 |
| Hex | 8C | A7 | 8C | 10 | 0 | 10 | 23 | 78 | D | 3C |
| Octal | 214 | 247 | 214 | 20 | 0 | 20 | 43 | 170 | 15 | 74 |
| Binary | 10001100 | 10100111 | 10001100 | 10000 | 0 | 10000 | 100011 | 1111000 | 1101 | 111100 |
Color Harmonies of #8CA78C
Complementary color
Monochromatic Colors of #8CA78C
Black with #8CA78C
Text Example
Text Example
White with #8CA78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA78C; }
p { color: rgb(140,167,140); }
H1.HeaderClassName
{
color: #8CA78C;
}
.AnyTagClassName
{
color: #8CA78C;
}
</style>
background-color css
<style>
a { background-color: #8CA78C; }
a { background-color: rgb(140,167,140); }
div.DivClassName
{
background-color: #8CA78C;
}
.BgClassName
{
background-color: #8CA78C;
}
</style>
border-color css
<style>
span { border-color: #8CA78C; }
span { border-color: rgb(140,167,140); }
td.TdClassName
{
border-color: #8CA78C;
}
.TagClassName
{
border-color: #8CA78C;
}
</style>