Html Css Color HEX #979C70 Avocado

📋 copy color: '#979C70'

red 151 ◦ green 156 ◦ blue 112

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

Shades of Avocado #979C70

Tints of Avocado #979C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.73%

R = 36.04%
G = 37.23%
B = 26.73%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#979C70 (or 0x979C70) is known color: Avocado. HEX triplet: 97, 9C and 70. RGB value is (151,156,112). Sum of RGB (Red+Green+Blue) = 151+156+112=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 156 (61.33% from 255 or 37.23% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 156 - color contains mainly: green. Hex color #979C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979C70 is #68638F. Grayscale: #959595. Windows color (decimal): -6841232 or 7380119. OLE color: 7380119.

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

Color convert

RGB 151 156 112 -
CMYK 0.03 0 0.28 0.39
HSL 66.82º 0.18% 0.53% -
HSV(B) 66.82º 0.28% 0.61% -
XYZ 27.58 31.53 19.96 -
YUV 149.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 151 156 112 0.03 0 0.28 0.39 66.82 0.18 0.53
Hex 97 9C 70 3 0 1C 27 43 12 35
Octal 227 234 160 3 0 34 47 103 22 65
Binary 10010111 10011100 1110000 11 0 11100 100111 1000011 10010 110101

Color Harmonies of #979C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979C70

Black with #979C70

Text Example


Text Example

White with #979C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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