Html Css Color HEX #979B73 Avocado

📋 copy color: '#979B73'

red 151 ◦ green 155 ◦ blue 115

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

Shades of Avocado #979B73

Tints of Avocado #979B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.82%

 BLUE value IS 115 (45.31% from 255) = 27.32%

R = 35.87%
G = 36.82%
B = 27.32%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#979B73 (or 0x979B73) is known color: Avocado. HEX triplet: 97, 9B and 73. RGB value is (151,155,115). Sum of RGB (Red+Green+Blue) = 151+155+115=421 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.87% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 115 (45.31% from 255 or 27.32% from 421); Max value from RGB is 155 - color contains mainly: green. Hex color #979B73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B73 is #68648C. Grayscale: #959595. Windows color (decimal): -6841485 or 7576471. OLE color: 7576471.

HSL color Cylindrical-coordinate representation of color #979B73: hue angle of 66º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979B73 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 115 -
CMYK 0.03 0 0.26 0.39
HSL 66º 0.17% 0.53% -
HSV(B) 66º 0.26% 0.61% -
XYZ 27.58 31.26 20.8 -
YUV 149.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 151 155 115 0.03 0 0.26 0.39 66 0.17 0.53
Hex 97 9B 73 3 0 1A 27 42 11 35
Octal 227 233 163 3 0 32 47 102 21 65
Binary 10010111 10011011 1110011 11 0 11010 100111 1000010 10001 110101

Color Harmonies of #979B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B73

Black with #979B73

Text Example


Text Example

White with #979B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,155,115); }

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

background-color css

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

 a { background-color: rgb(151,155,115); }

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

border-color css

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

 span { border-color: rgb(151,155,115); }

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