Html Css Color HEX #979F6E Avocado

📋 copy color: '#979F6E'

red 151 ◦ green 159 ◦ blue 110

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

Shades of Avocado #979F6E

Tints of Avocado #979F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.19%

R = 35.95%
G = 37.86%
B = 26.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.31

 K value IS 0.38

RGB Variations

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

Color information

#979F6E (or 0x979F6E) is known color: Avocado. HEX triplet: 97, 9F and 6E. RGB value is (151,159,110). Sum of RGB (Red+Green+Blue) = 151+159+110=420 (55% of max value = 765). Red value is 151 (59.38% from 255 or 35.95% from 420); Green value is 159 (62.5% from 255 or 37.86% from 420); Blue value is 110 (43.36% from 255 or 26.19% from 420); Max value from RGB is 159 - color contains mainly: green. Hex color #979F6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979F6E is #686091. Grayscale: #979797. Windows color (decimal): -6840466 or 7249815. OLE color: 7249815.

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

Color convert

RGB 151 159 110 -
CMYK 0.05 0 0.31 0.38
HSL 69.8º 0.2% 0.53% -
HSV(B) 69.8º 0.31% 0.62% -
XYZ 27.98 32.5 19.55 -
YUV 151.02 104.85 127.98 -
System Red Green Blue C M Y K H S L
Decimal 151 159 110 0.05 0 0.31 0.38 69.8 0.2 0.53
Hex 97 9F 6E 5 0 1F 26 46 14 35
Octal 227 237 156 5 0 37 46 106 24 65
Binary 10010111 10011111 1101110 101 0 11111 100110 1000110 10100 110101

Color Harmonies of #979F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979F6E

Black with #979F6E

Text Example


Text Example

White with #979F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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