Html Css Color HEX #979486 Grey Olive

📋 copy color: '#979486'

red 151 ◦ green 148 ◦ blue 134

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

Shades of Grey Olive #979486

Tints of Grey Olive #979486

RGB

 RED value IS 151 (59.38% from 255) = 34.87%

 GREEN value IS 148 (58.2% from 255) = 34.18%

 BLUE value IS 134 (52.73% from 255) = 30.95%

R = 34.87%
G = 34.18%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#979486 (or 0x979486) is known color: Grey Olive. HEX triplet: 97, 94 and 86. RGB value is (151,148,134). Sum of RGB (Red+Green+Blue) = 151+148+134=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 134 (52.73% from 255 or 30.95% from 433); Max value from RGB is 151 - color contains mainly: red. Hex color #979486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979486 is #686B79. Grayscale: #939393. Windows color (decimal): -6843258 or 8819863. OLE color: 8819863.

HSL color Cylindrical-coordinate representation of color #979486: hue angle of 49.41º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #979486 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 148 134 -
CMYK 0 0.02 0.11 0.41
HSL 49.41º 0.08% 0.56% -
HSV(B) 49.41º 0.11% 0.59% -
XYZ 27.66 29.48 26.79 -
YUV 147.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 151 148 134 0 0.02 0.11 0.41 49.41 0.08 0.56
Hex 97 94 86 0 2 B 29 31 8 38
Octal 227 224 206 0 2 13 51 61 10 70
Binary 10010111 10010100 10000110 0 10 1011 101001 110001 1000 111000

Color Harmonies of #979486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979486

Black with #979486

Text Example


Text Example

White with #979486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979486; }

 p { color: rgb(151,148,134); }

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

background-color css

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

 a { background-color: rgb(151,148,134); }

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

border-color css

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

 span { border-color: rgb(151,148,134); }

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