#8C836F

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

Shades of Granite Green #8C836F

Tints of Granite Green #8C836F

Color information

#8C836F (or 0x8C836F) is unknown color: approx Granite Green. HEX triplet: 8C, 83 and 6F. RGB value is (140,131,111). Sum of RGB (Red+Green+Blue) = 140+131+111=382 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.65% from 382); Green value is 131 (51.56% from 255 or 34.29% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836F is #737C90. Grayscale: #838383. Windows color (decimal): -7568529 or 7308172. OLE color: 7308172.

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

Color convert

RGB140131111-
CMYK00.060.210.45
HSL41.38º11.55%49.22%-
HSV(B)41.38º20.71%54.9%-
XYZ21.822.9618.32-
YUV131.41116.48134.13-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.65%
GREEN value IS 131 (51.56% from 255) = 34.29%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=36.65%
G=34.29%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013111100.060.210.4541.3811.5549.22
Hex8C836F06152D29c31
Octal214203157062555511461
Binary100011001000001111011110110101011011011010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C836F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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