Html Css Color HEX #979381 Grey Olive

📋 copy color: '#979381'

red 151 ◦ green 147 ◦ blue 129

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

Shades of Grey Olive #979381

Tints of Grey Olive #979381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.43%

 BLUE value IS 129 (50.78% from 255) = 30.21%

R = 35.36%
G = 34.43%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#979381 (or 0x979381) is known color: Grey Olive. HEX triplet: 97, 93 and 81. RGB value is (151,147,129). Sum of RGB (Red+Green+Blue) = 151+147+129=427 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.36% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 151 - color contains mainly: red. Hex color #979381 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #979381 is #686C7E. Grayscale: #929292. Windows color (decimal): -6843519 or 8491927. OLE color: 8491927.

HSL color Cylindrical-coordinate representation of color #979381: hue angle of 49.09º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #979381 is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 147 129 -
CMYK 0 0.03 0.15 0.41
HSL 49.09º 0.1% 0.55% -
HSV(B) 49.09º 0.15% 0.59% -
XYZ 27.16 29.03 24.94 -
YUV 146.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 151 147 129 0 0.03 0.15 0.41 49.09 0.1 0.55
Hex 97 93 81 0 3 F 29 31 A 37
Octal 227 223 201 0 3 17 51 61 12 67
Binary 10010111 10010011 10000001 0 11 1111 101001 110001 1010 110111

Color Harmonies of #979381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979381

Black with #979381

Text Example


Text Example

White with #979381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979381; }

 p { color: rgb(151,147,129); }

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

background-color css

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

 a { background-color: rgb(151,147,129); }

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

border-color css

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

 span { border-color: rgb(151,147,129); }

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