Html Css Color HEX #8D856E Granite Green

📋 copy color: '#8D856E'

red 141 ◦ green 133 ◦ blue 110

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

Shades of Granite Green #8D856E

Tints of Granite Green #8D856E

RGB

 RED value IS 141 (55.47% from 255) = 36.72%

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

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

R = 36.72%
G = 34.64%
B = 28.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8D856E (or 0x8D856E) is known color: Granite Green. HEX triplet: 8D, 85 and 6E. RGB value is (141,133,110). Sum of RGB (Red+Green+Blue) = 141+133+110=384 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.72% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 141 - color contains mainly: red. Hex color #8D856E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D856E is #727A91. Grayscale: #848484. Windows color (decimal): -7502482 or 7243149. OLE color: 7243149.

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

Color convert

RGB 141 133 110 -
CMYK 0 0.06 0.22 0.45
HSL 44.52º 0.12% 0.49% -
HSV(B) 44.52º 0.22% 0.55% -
XYZ 22.19 23.56 18.13 -
YUV 132.77 115.15 133.87 -
System Red Green Blue C M Y K H S L
Decimal 141 133 110 0 0.06 0.22 0.45 44.52 0.12 0.49
Hex 8D 85 6E 0 6 16 2D 2D C 31
Octal 215 205 156 0 6 26 55 55 14 61
Binary 10001101 10000101 1101110 0 110 10110 101101 101101 1100 110001

Color Harmonies of #8D856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D856E

Black with #8D856E

Text Example


Text Example

White with #8D856E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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