Html Css Color HEX #8C826C Granite Green

📋 copy color: '#8C826C'

red 140 ◦ green 130 ◦ blue 108

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

Shades of Granite Green #8C826C

Tints of Granite Green #8C826C

RGB

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

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

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

R = 37.04%
G = 34.39%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C826C (or 0x8C826C) is known color: Granite Green. HEX triplet: 8C, 82 and 6C. RGB value is (140,130,108). Sum of RGB (Red+Green+Blue) = 140+130+108=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 130 (51.17% from 255 or 34.39% from 378); Blue value is 108 (42.58% from 255 or 28.57% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C826C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C826C is #737D93. Grayscale: #828282. Windows color (decimal): -7568788 or 7111308. OLE color: 7111308.

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

Color convert

RGB 140 130 108 -
CMYK 0 0.07 0.23 0.45
HSL 41.25º 0.13% 0.49% -
HSV(B) 41.25º 0.23% 0.55% -
XYZ 21.5 22.62 17.42 -
YUV 130.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 140 130 108 0 0.07 0.23 0.45 41.25 0.13 0.49
Hex 8C 82 6C 0 7 17 2D 29 D 31
Octal 214 202 154 0 7 27 55 51 15 61
Binary 10001100 10000010 1101100 0 111 10111 101101 101001 1101 110001

Color Harmonies of #8C826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C826C

Black with #8C826C

Text Example


Text Example

White with #8C826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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