Html Css Color HEX #8A836A Granite Green

📋 copy color: '#8A836A'

red 138 ◦ green 131 ◦ blue 106

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

Shades of Granite Green #8A836A

Tints of Granite Green #8A836A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.27%

R = 36.8%
G = 34.93%
B = 28.27%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#8A836A (or 0x8A836A) is known color: Granite Green. HEX triplet: 8A, 83 and 6A. RGB value is (138,131,106). Sum of RGB (Red+Green+Blue) = 138+131+106=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 131 (51.56% from 255 or 34.93% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A836A is #757C95. Grayscale: #828282. Windows color (decimal): -7699606 or 6980490. OLE color: 6980490.

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

Color convert

RGB 138 131 106 -
CMYK 0 0.05 0.23 0.46
HSL 46.88º 0.13% 0.48% -
HSV(B) 46.88º 0.23% 0.54% -
XYZ 21.2 22.68 16.9 -
YUV 130.24 114.32 133.53 -
System Red Green Blue C M Y K H S L
Decimal 138 131 106 0 0.05 0.23 0.46 46.88 0.13 0.48
Hex 8A 83 6A 0 5 17 2E 2F D 30
Octal 212 203 152 0 5 27 56 57 15 60
Binary 10001010 10000011 1101010 0 101 10111 101110 101111 1101 110000

Color Harmonies of #8A836A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A836A

Black with #8A836A

Text Example


Text Example

White with #8A836A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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