Html Css Color HEX #8C826B Granite Green

📋 copy color: '#8C826B'

red 140 ◦ green 130 ◦ blue 107

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

Shades of Granite Green #8C826B

Tints of Granite Green #8C826B

RGB

 RED value IS 140 (55.08% from 255) = 37.14%

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

 BLUE value IS 107 (42.19% from 255) = 28.38%

R = 37.14%
G = 34.48%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C826B (or 0x8C826B) is known color: Granite Green. HEX triplet: 8C, 82 and 6B. RGB value is (140,130,107). Sum of RGB (Red+Green+Blue) = 140+130+107=377 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.14% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 107 (42.19% from 255 or 28.38% from 377); Max value from RGB is 140 - color contains mainly: red. Hex color #8C826B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C826B is #737D94. Grayscale: #828282. Windows color (decimal): -7568789 or 7045772. OLE color: 7045772.

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

Color convert

RGB 140 130 107 -
CMYK 0 0.07 0.24 0.45
HSL 41.82º 0.13% 0.48% -
HSV(B) 41.82º 0.24% 0.55% -
XYZ 21.45 22.6 17.14 -
YUV 130.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 140 130 107 0 0.07 0.24 0.45 41.82 0.13 0.48
Hex 8C 82 6B 0 7 18 2D 2A D 30
Octal 214 202 153 0 7 30 55 52 15 60
Binary 10001100 10000010 1101011 0 111 11000 101101 101010 1101 110000

Color Harmonies of #8C826B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C826B

Black with #8C826B

Text Example


Text Example

White with #8C826B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,130,107); }

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

background-color css

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

 a { background-color: rgb(140,130,107); }

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

border-color css

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

 span { border-color: rgb(140,130,107); }

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