#8C856E

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

Shades of Granite Green #8C856E

Tints of Granite Green #8C856E

Color information

#8C856E (or 0x8C856E) is unknown color: approx Granite Green. HEX triplet: 8C, 85 and 6E. RGB value is (140,133,110). Sum of RGB (Red+Green+Blue) = 140+133+110=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C856E is #737A91. Grayscale: #848484. Windows color (decimal): -7568018 or 7243148. OLE color: 7243148.

HSL color Cylindrical-coordinate representation of color #8C856E: hue angle of 46º 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 #8C856E is Cyan = 0, Magento = 0.05, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB140133110-
CMYK00.050.210.45
HSL46º12%49.02%-
HSV(B)46º21.43%54.9%-
XYZ22.0223.4818.12-
YUV132.47115.32133.37-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.55%
GREEN value IS 133 (52.34% from 255) = 34.73%
BLUE value IS 110 (43.36% from 255) = 28.72%
R=36.55%
G=34.73%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013311000.050.210.45461249.02
Hex8C856E05152D2ec31
Octal214205156052555561461
Binary100011001000010111011100101101011011011011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C856E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,133,110); }

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

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

 a { background-color: rgb(140,133,110); }

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

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

 span { border-color: rgb(140,133,110); }

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