Html Css Color HEX #8C836B Granite Green

📋 copy color: '#8C836B'

red 140 ◦ green 131 ◦ blue 107

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

Shades of Granite Green #8C836B

Tints of Granite Green #8C836B

RGB

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

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

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

R = 37.04%
G = 34.66%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C836B (or 0x8C836B) is known color: Granite Green. HEX triplet: 8C, 83 and 6B. RGB value is (140,131,107). Sum of RGB (Red+Green+Blue) = 140+131+107=378 (50% of max value = 765). Red value is 140 (55.08% from 255 or 37.04% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 140 - color contains mainly: red. Hex color #8C836B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C836B is #737C94. Grayscale: #838383. Windows color (decimal): -7568533 or 7046028. OLE color: 7046028.

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

Color convert

RGB 140 131 107 -
CMYK 0 0.06 0.24 0.45
HSL 43.64º 0.13% 0.48% -
HSV(B) 43.64º 0.24% 0.55% -
XYZ 21.59 22.87 17.19 -
YUV 130.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 140 131 107 0 0.06 0.24 0.45 43.64 0.13 0.48
Hex 8C 83 6B 0 6 18 2D 2C D 30
Octal 214 203 153 0 6 30 55 54 15 60
Binary 10001100 10000011 1101011 0 110 11000 101101 101100 1101 110000

Color Harmonies of #8C836B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C836B

Black with #8C836B

Text Example


Text Example

White with #8C836B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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