#8C876F

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

Shades of Granite Green #8C876F

Tints of Granite Green #8C876F

Color information

#8C876F (or 0x8C876F) is unknown color: approx Granite Green. HEX triplet: 8C, 87 and 6F. RGB value is (140,135,111). Sum of RGB (Red+Green+Blue) = 140+135+111=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 135 (53.12% from 255 or 34.97% from 386); Blue value is 111 (43.75% from 255 or 28.76% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C876F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C876F is #737890. Grayscale: #858585. Windows color (decimal): -7567505 or 7309196. OLE color: 7309196.

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

Color convert

RGB140135111-
CMYK00.040.210.45
HSL49.66º11.55%49.22%-
HSV(B)49.66º20.71%54.9%-
XYZ22.3524.0518.5-
YUV133.76115.16132.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.27%
GREEN value IS 135 (53.12% from 255) = 34.97%
BLUE value IS 111 (43.75% from 255) = 28.76%
R=36.27%
G=34.97%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013511100.040.210.4549.6611.5549.22
Hex8C876F04152D32c31
Octal214207157042555621461
Binary100011001000011111011110100101011011011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,135,111); }

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

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

 a { background-color: rgb(140,135,111); }

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

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

 span { border-color: rgb(140,135,111); }

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