Html Css Color HEX #979C5F Avocado

📋 copy color: '#979C5F'

red 151 ◦ green 156 ◦ blue 95

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

Shades of Avocado #979C5F

Tints of Avocado #979C5F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.81%

 BLUE value IS 95 (37.5% from 255) = 23.63%

R = 37.56%
G = 38.81%
B = 23.63%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.39

 K value IS 0.39

RGB Variations

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

Color information

#979C5F (or 0x979C5F) is known color: Avocado. HEX triplet: 97, 9C and 5F. RGB value is (151,156,95). Sum of RGB (Red+Green+Blue) = 151+156+95=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 156 (61.33% from 255 or 38.81% from 402); Blue value is 95 (37.5% from 255 or 23.63% from 402); Max value from RGB is 156 - color contains mainly: green. Hex color #979C5F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C5F is #6863A0. Grayscale: #939393. Windows color (decimal): -6841249 or 6266007. OLE color: 6266007.

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

Color convert

RGB 151 156 95 -
CMYK 0.03 0 0.39 0.39
HSL 64.92º 0.24% 0.49% -
HSV(B) 64.92º 0.39% 0.61% -
XYZ 26.72 31.18 15.44 -
YUV 147.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 151 156 95 0.03 0 0.39 0.39 64.92 0.24 0.49
Hex 97 9C 5F 3 0 27 27 41 18 31
Octal 227 234 137 3 0 47 47 101 30 61
Binary 10010111 10011100 1011111 11 0 100111 100111 1000001 11000 110001

Color Harmonies of #979C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C5F

Black with #979C5F

Text Example


Text Example

White with #979C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,95); }

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

background-color css

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

 a { background-color: rgb(151,156,95); }

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

border-color css

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

 span { border-color: rgb(151,156,95); }

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