#8D8468

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

Shades of Granite Green #8D8468

Tints of Granite Green #8D8468

Color information

#8D8468 (or 0x8D8468) is unknown color: approx Granite Green. HEX triplet: 8D, 84 and 68. RGB value is (141,132,104). Sum of RGB (Red+Green+Blue) = 141+132+104=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 132 (51.95% from 255 or 35.01% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8468 is #727B97. Grayscale: #838383. Windows color (decimal): -7502744 or 6849677. OLE color: 6849677.

HSL color Cylindrical-coordinate representation of color #8D8468: hue angle of 45.41º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8D8468 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB141132104-
CMYK00.060.260.45
HSL45.41º15.1%48.04%-
HSV(B)45.41º26.24%55.29%-
XYZ21.7323.1616.42-
YUV131.5112.48134.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 132 (51.95% from 255) = 35.01%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=37.40%
G=35.01%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113210400.060.260.4545.4115.148.04
Hex8D8468061A2D2df30
Octal215204150063255551760
Binary100011011000010011010000110110101011011011011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,132,104); }

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

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

 a { background-color: rgb(141,132,104); }

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

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

 span { border-color: rgb(141,132,104); }

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