Html Css Color HEX #979A5D Avocado

📋 copy color: '#979A5D'

red 151 ◦ green 154 ◦ blue 93

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

Shades of Avocado #979A5D

Tints of Avocado #979A5D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 93 (36.72% from 255) = 23.37%

R = 37.94%
G = 38.69%
B = 23.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#979A5D (or 0x979A5D) is known color: Avocado. HEX triplet: 97, 9A and 5D. RGB value is (151,154,93). Sum of RGB (Red+Green+Blue) = 151+154+93=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #979A5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A5D is #6865A2. Grayscale: #929292. Windows color (decimal): -6841763 or 6134423. OLE color: 6134423.

HSL color Cylindrical-coordinate representation of color #979A5D: hue angle of 62.95º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979A5D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 93 -
CMYK 0.02 0 0.40 0.40
HSL 62.95º 0.25% 0.48% -
HSV(B) 62.95º 0.4% 0.6% -
XYZ 26.29 30.48 14.85 -
YUV 146.15 98.01 131.46 -
System Red Green Blue C M Y K H S L
Decimal 151 154 93 0.02 0 0.40 0.40 62.95 0.25 0.48
Hex 97 9A 5D 2 0 28 28 3F 19 30
Octal 227 232 135 2 0 50 50 77 31 60
Binary 10010111 10011010 1011101 10 0 101000 101000 111111 11001 110000

Color Harmonies of #979A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A5D

Black with #979A5D

Text Example


Text Example

White with #979A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979A5D; }

 p { color: rgb(151,154,93); }

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

background-color css

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

 a { background-color: rgb(151,154,93); }

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

border-color css

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

 span { border-color: rgb(151,154,93); }

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