#8C8461

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

Shades of Granite Green #8C8461

Tints of Granite Green #8C8461

Color information

#8C8461 (or 0x8C8461) is unknown color: approx Granite Green. HEX triplet: 8C, 84 and 61. RGB value is (140,132,97). Sum of RGB (Red+Green+Blue) = 140+132+97=369 (48% of max value = 765). Red value is 140 (55.08% from 255 or 37.94% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 97 (38.28% from 255 or 26.29% from 369); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8461 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8461 is #737B9E. Grayscale: #828282. Windows color (decimal): -7568287 or 6390924. OLE color: 6390924.

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

Color convert

RGB14013297-
CMYK00.060.310.45
HSL48.84º18.14%46.47%-
HSV(B)48.84º30.71%54.9%-
XYZ21.2222.9414.62-
YUV130.4109.15134.85-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 37.94%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 97 (38.28% from 255) = 26.29%
R=37.94%
G=35.77%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.31
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401329700.060.310.4548.8418.1446.47
Hex8C8461061F2D31122e
Octal214204141063755612256
Binary1000110010000100110000101101111110110111000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,132,97); }

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

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

 a { background-color: rgb(140,132,97); }

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

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

 span { border-color: rgb(140,132,97); }

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