Html Css Color HEX #8C8361 Granite Green

📋 copy color: '#8C8361'

red 140 ◦ green 131 ◦ blue 97

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

Shades of Granite Green #8C8361

Tints of Granite Green #8C8361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 26.36%

R = 38.04%
G = 35.6%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8C8361 (or 0x8C8361) is known color: Granite Green. HEX triplet: 8C, 83 and 61. RGB value is (140,131,97). Sum of RGB (Red+Green+Blue) = 140+131+97=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8361 is #737C9E. Grayscale: #818181. Windows color (decimal): -7568543 or 6390668. OLE color: 6390668.

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

Color convert

RGB 140 131 97 -
CMYK 0 0.06 0.31 0.45
HSL 47.44º 0.18% 0.46% -
HSV(B) 47.44º 0.31% 0.55% -
XYZ 21.09 22.67 14.57 -
YUV 129.82 109.48 135.26 -
System Red Green Blue C M Y K H S L
Decimal 140 131 97 0 0.06 0.31 0.45 47.44 0.18 0.46
Hex 8C 83 61 0 6 1F 2D 2F 12 2E
Octal 214 203 141 0 6 37 55 57 22 56
Binary 10001100 10000011 1100001 0 110 11111 101101 101111 10010 101110

Color Harmonies of #8C8361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C8361

Black with #8C8361

Text Example


Text Example

White with #8C8361

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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