#8D876E

Color #8D876E Granite Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granite Green #8D876E

Tints of Granite Green #8D876E

Color information

#8D876E (or 0x8D876E) is unknown color: approx Granite Green. HEX triplet: 8D, 87 and 6E. RGB value is (141,135,110). Sum of RGB (Red+Green+Blue) = 141+135+110=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 141 - color contains mainly: red. Hex color #8D876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D876E is #727891. Grayscale: #868686. Windows color (decimal): -7501970 or 7243661. OLE color: 7243661.

HSL color Cylindrical-coordinate representation of color #8D876E: hue angle of 48.39º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8D876E is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB141135110-
CMYK00.040.220.45
HSL48.39º12.35%49.22%-
HSV(B)48.39º21.99%55.29%-
XYZ22.4624.1218.22-
YUV133.94114.49133.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 36.53%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 110 (43.36% from 255) = 28.50%
R=36.53%
G=34.97%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113511000.040.220.4548.3912.3549.22
Hex8D876E04162D30c31
Octal215207156042655601461
Binary100011011000011111011100100101101011011100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D876E; }

 p { color: rgb(141,135,110); }

 H1.HeaderClassName
 {
   color: #8D876E;
 }
 .AnyTagClassName
 {
   color: #8D876E;
 }
</style>
background-color css

<style>
 a { background-color: #8D876E; }

 a { background-color: rgb(141,135,110); }

 div.DivClassName
 {
   background-color: #8D876E;
 }
 .BgClassName
 {
   background-color: #8D876E;
 }
</style>
border-color css

<style>
 span { border-color: #8D876E; }

 span { border-color: rgb(141,135,110); }

 td.TdClassName
 {
   border-color: #8D876E;
 }
 .TagClassName
 {
   border-color: #8D876E;
 }
</style>