Html Css Color HEX #8A836C Granite Green

📋 copy color: '#8A836C'

red 138 ◦ green 131 ◦ blue 108

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

Shades of Granite Green #8A836C

Tints of Granite Green #8A836C

RGB

 RED value IS 138 (54.3% from 255) = 36.6%

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 36.6%
G = 34.75%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A836C (or 0x8A836C) is known color: Granite Green. HEX triplet: 8A, 83 and 6C. RGB value is (138,131,108). Sum of RGB (Red+Green+Blue) = 138+131+108=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A836C is #757C93. Grayscale: #828282. Windows color (decimal): -7699604 or 7111562. OLE color: 7111562.

HSL color Cylindrical-coordinate representation of color #8A836C: hue angle of 46º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8A836C is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 131 108 -
CMYK 0 0.05 0.22 0.46
HSL 46º 0.12% 0.48% -
HSV(B) 46º 0.22% 0.54% -
XYZ 21.3 22.72 17.45 -
YUV 130.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 138 131 108 0 0.05 0.22 0.46 46 0.12 0.48
Hex 8A 83 6C 0 5 16 2E 2E C 30
Octal 212 203 154 0 5 26 56 56 14 60
Binary 10001010 10000011 1101100 0 101 10110 101110 101110 1100 110000

Color Harmonies of #8A836C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A836C

Black with #8A836C

Text Example


Text Example

White with #8A836C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,131,108); }

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

background-color css

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

 a { background-color: rgb(138,131,108); }

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

border-color css

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

 span { border-color: rgb(138,131,108); }

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