Html Css Color HEX #979960 Avocado

📋 copy color: '#979960'

red 151 ◦ green 153 ◦ blue 96

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

Shades of Avocado #979960

Tints of Avocado #979960

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 37.75%
G = 38.25%
B = 24%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.37

 K value IS 0.4

RGB Variations

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

Color information

#979960 (or 0x979960) is known color: Avocado. HEX triplet: 97, 99 and 60. RGB value is (151,153,96). Sum of RGB (Red+Green+Blue) = 151+153+96=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #979960 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979960 is #68669F. Grayscale: #929292. Windows color (decimal): -6842016 or 6330775. OLE color: 6330775.

HSL color Cylindrical-coordinate representation of color #979960: hue angle of 62.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979960 is Cyan = 0.01, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 153 96 -
CMYK 0.01 0 0.37 0.4
HSL 62.11º 0.23% 0.49% -
HSV(B) 62.11º 0.37% 0.6% -
XYZ 26.27 30.21 15.51 -
YUV 145.9 99.84 131.63 -
System Red Green Blue C M Y K H S L
Decimal 151 153 96 0.01 0 0.37 0.4 62.11 0.23 0.49
Hex 97 99 60 1 0 25 28 3E 17 31
Octal 227 231 140 1 0 45 50 76 27 61
Binary 10010111 10011001 1100000 1 0 100101 101000 111110 10111 110001

Color Harmonies of #979960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979960

Black with #979960

Text Example


Text Example

White with #979960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979960; }

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

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

background-color css

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

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

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

border-color css

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

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

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