Html Css Color HEX #8C856E Granite Green

📋 copy color: '#8C856E'

red 140 ◦ green 133 ◦ blue 110

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

Shades of Granite Green #8C856E

Tints of Granite Green #8C856E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 36.55%
G = 34.73%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C856E (or 0x8C856E) is known color: Granite Green. HEX triplet: 8C, 85 and 6E. RGB value is (140,133,110). Sum of RGB (Red+Green+Blue) = 140+133+110=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C856E is #737A91. Grayscale: #848484. Windows color (decimal): -7568018 or 7243148. OLE color: 7243148.

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

Color convert

RGB 140 133 110 -
CMYK 0 0.05 0.21 0.45
HSL 46º 0.12% 0.49% -
HSV(B) 46º 0.21% 0.55% -
XYZ 22.02 23.48 18.12 -
YUV 132.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 140 133 110 0 0.05 0.21 0.45 46 0.12 0.49
Hex 8C 85 6E 0 5 15 2D 2E C 31
Octal 214 205 156 0 5 25 55 56 14 61
Binary 10001100 10000101 1101110 0 101 10101 101101 101110 1100 110001

Color Harmonies of #8C856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C856E

Black with #8C856E

Text Example


Text Example

White with #8C856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,133,110); }

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

background-color css

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

 a { background-color: rgb(140,133,110); }

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

border-color css

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

 span { border-color: rgb(140,133,110); }

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