Html Css Color HEX #979760 Avocado

📋 copy color: '#979760'

red 151 ◦ green 151 ◦ blue 96

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

Shades of Avocado #979760

Tints of Avocado #979760

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.94%

 BLUE value IS 96 (37.89% from 255) = 24.12%

R = 37.94%
G = 37.94%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#979760 (or 0x979760) is known color: Avocado. HEX triplet: 97, 97 and 60. RGB value is (151,151,96). Sum of RGB (Red+Green+Blue) = 151+151+96=398 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.94% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979760 is #68689F. Grayscale: #909090. Windows color (decimal): -6842528 or 6330263. OLE color: 6330263.

HSL color Cylindrical-coordinate representation of color #979760: hue angle of 60º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979760 is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 96 -
CMYK 0 0 0.36 0.41
HSL 60º 0.22% 0.48% -
HSV(B) 60º 0.36% 0.59% -
XYZ 25.94 29.56 15.4 -
YUV 144.73 100.5 132.47 -
System Red Green Blue C M Y K H S L
Decimal 151 151 96 0 0 0.36 0.41 60 0.22 0.48
Hex 97 97 60 0 0 24 29 3C 16 30
Octal 227 227 140 0 0 44 51 74 26 60
Binary 10010111 10010111 1100000 0 0 100100 101001 111100 10110 110000

Color Harmonies of #979760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979760

Black with #979760

Text Example


Text Example

White with #979760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979760; }

 p { color: rgb(151,151,96); }

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

background-color css

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

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

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

border-color css

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

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

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