Html Css Color HEX #8A856D Granite Green

📋 copy color: '#8A856D'

red 138 ◦ green 133 ◦ blue 109

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

Shades of Granite Green #8A856D

Tints of Granite Green #8A856D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35%

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

R = 36.32%
G = 35%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A856D (or 0x8A856D) is known color: Granite Green. HEX triplet: 8A, 85 and 6D. RGB value is (138,133,109). Sum of RGB (Red+Green+Blue) = 138+133+109=380 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.32% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 138 - color contains mainly: red. Hex color #8A856D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A856D is #757A92. Grayscale: #838383. Windows color (decimal): -7699091 or 7177610. OLE color: 7177610.

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

Color convert

RGB 138 133 109 -
CMYK 0 0.04 0.21 0.46
HSL 49.66º 0.12% 0.48% -
HSV(B) 49.66º 0.21% 0.54% -
XYZ 21.63 23.28 17.82 -
YUV 131.76 115.16 132.45 -
System Red Green Blue C M Y K H S L
Decimal 138 133 109 0 0.04 0.21 0.46 49.66 0.12 0.48
Hex 8A 85 6D 0 4 15 2E 32 C 30
Octal 212 205 155 0 4 25 56 62 14 60
Binary 10001010 10000101 1101101 0 100 10101 101110 110010 1100 110000

Color Harmonies of #8A856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A856D

Black with #8A856D

Text Example


Text Example

White with #8A856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,133,109); }

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

background-color css

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

 a { background-color: rgb(138,133,109); }

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

border-color css

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

 span { border-color: rgb(138,133,109); }

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