Html Css Color HEX #8A826D Granite Green

📋 copy color: '#8A826D'

red 138 ◦ green 130 ◦ blue 109

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

Shades of Granite Green #8A826D

Tints of Granite Green #8A826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

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

R = 36.6%
G = 34.48%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A826D (or 0x8A826D) is known color: Granite Green. HEX triplet: 8A, 82 and 6D. RGB value is (138,130,109). Sum of RGB (Red+Green+Blue) = 138+130+109=377 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.60% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 138 - color contains mainly: red. Hex color #8A826D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A826D is #757D92. Grayscale: #828282. Windows color (decimal): -7699859 or 7176842. OLE color: 7176842.

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

Color convert

RGB 138 130 109 -
CMYK 0 0.06 0.21 0.46
HSL 43.45º 0.12% 0.48% -
HSV(B) 43.45º 0.21% 0.54% -
XYZ 21.22 22.47 17.69 -
YUV 130 116.15 133.71 -
System Red Green Blue C M Y K H S L
Decimal 138 130 109 0 0.06 0.21 0.46 43.45 0.12 0.48
Hex 8A 82 6D 0 6 15 2E 2B C 30
Octal 212 202 155 0 6 25 56 53 14 60
Binary 10001010 10000010 1101101 0 110 10101 101110 101011 1100 110000

Color Harmonies of #8A826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A826D

Black with #8A826D

Text Example


Text Example

White with #8A826D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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