Html Css Color HEX #8C856B Granite Green

📋 copy color: '#8C856B'

red 140 ◦ green 133 ◦ blue 107

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

Shades of Granite Green #8C856B

Tints of Granite Green #8C856B

RGB

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

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

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

R = 36.84%
G = 35%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C856B (or 0x8C856B) is known color: Granite Green. HEX triplet: 8C, 85 and 6B. RGB value is (140,133,107). Sum of RGB (Red+Green+Blue) = 140+133+107=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 107 (42.19% from 255 or 28.16% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C856B is #737A94. Grayscale: #848484. Windows color (decimal): -7568021 or 7046540. OLE color: 7046540.

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

Color convert

RGB 140 133 107 -
CMYK 0 0.05 0.24 0.45
HSL 47.27º 0.13% 0.48% -
HSV(B) 47.27º 0.24% 0.55% -
XYZ 21.86 23.41 17.28 -
YUV 132.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 140 133 107 0 0.05 0.24 0.45 47.27 0.13 0.48
Hex 8C 85 6B 0 5 18 2D 2F D 30
Octal 214 205 153 0 5 30 55 57 15 60
Binary 10001100 10000101 1101011 0 101 11000 101101 101111 1101 110000

Color Harmonies of #8C856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C856B

Black with #8C856B

Text Example


Text Example

White with #8C856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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