Html Css Color HEX #979F6C Avocado

📋 copy color: '#979F6C'

red 151 ◦ green 159 ◦ blue 108

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

Shades of Avocado #979F6C

Tints of Avocado #979F6C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 38.04%

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 36.12%
G = 38.04%
B = 25.84%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#979F6C (or 0x979F6C) is known color: Avocado. HEX triplet: 97, 9F and 6C. RGB value is (151,159,108). Sum of RGB (Red+Green+Blue) = 151+159+108=418 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.12% from 418); Green value is 159 (62.5% from 255 or 38.04% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 159 - color contains mainly: green. Hex color #979F6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F6C is #686093. Grayscale: #969696. Windows color (decimal): -6840468 or 7118743. OLE color: 7118743.

HSL color Cylindrical-coordinate representation of color #979F6C: hue angle of 69.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979F6C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 151 159 108 -
CMYK 0.05 0 0.32 0.38
HSL 69.41º 0.21% 0.52% -
HSV(B) 69.41º 0.32% 0.62% -
XYZ 27.87 32.46 18.98 -
YUV 150.79 103.85 128.15 -
System Red Green Blue C M Y K H S L
Decimal 151 159 108 0.05 0 0.32 0.38 69.41 0.21 0.52
Hex 97 9F 6C 5 0 20 26 45 15 34
Octal 227 237 154 5 0 40 46 105 25 64
Binary 10010111 10011111 1101100 101 0 100000 100110 1000101 10101 110100

Color Harmonies of #979F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F6C

Black with #979F6C

Text Example


Text Example

White with #979F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,108); }

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

background-color css

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

 a { background-color: rgb(151,159,108); }

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

border-color css

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

 span { border-color: rgb(151,159,108); }

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