Html Css Color HEX #8D836D Granite Green

📋 copy color: '#8D836D'

red 141 ◦ green 131 ◦ blue 109

#8D836D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Granite Green #8D836D

Tints of Granite Green #8D836D

RGB

 RED value IS 141 (55.47% from 255) = 37.01%

 GREEN value IS 131 (51.56% from 255) = 34.38%

 BLUE value IS 109 (42.97% from 255) = 28.61%

R = 37.01%
G = 34.38%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8D836D (or 0x8D836D) is known color: Granite Green. HEX triplet: 8D, 83 and 6D. RGB value is (141,131,109). Sum of RGB (Red+Green+Blue) = 141+131+109=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 131 (51.56% from 255 or 34.38% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D836D is #727C92. Grayscale: #838383. Windows color (decimal): -7502995 or 7177101. OLE color: 7177101.

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

Color convert

RGB 141 131 109 -
CMYK 0 0.07 0.23 0.45
HSL 41.25º 0.13% 0.49% -
HSV(B) 41.25º 0.23% 0.55% -
XYZ 21.86 23 17.76 -
YUV 131.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 141 131 109 0 0.07 0.23 0.45 41.25 0.13 0.49
Hex 8D 83 6D 0 7 17 2D 29 D 31
Octal 215 203 155 0 7 27 55 51 15 61
Binary 10001101 10000011 1101101 0 111 10111 101101 101001 1101 110001

Color Harmonies of #8D836D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D836D

Black with #8D836D

Text Example


Text Example

White with #8D836D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,131,109); }

 H1.HeaderClassName
 {
   color: #8D836D;
 }
 .AnyTagClassName
 {
   color: #8D836D;
 }
</style>

background-color css

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

 a { background-color: rgb(141,131,109); }

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

border-color css

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

 span { border-color: rgb(141,131,109); }

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