Html Css Color HEX #979665 Avocado

📋 copy color: '#979665'

red 151 ◦ green 150 ◦ blue 101

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

Shades of Avocado #979665

Tints of Avocado #979665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.31%

 BLUE value IS 101 (39.84% from 255) = 25.12%

R = 37.56%
G = 37.31%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#979665 (or 0x979665) is known color: Avocado. HEX triplet: 97, 96 and 65. RGB value is (151,150,101). Sum of RGB (Red+Green+Blue) = 151+150+101=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 151 - color contains mainly: red. Hex color #979665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979665 is #68699A. Grayscale: #909090. Windows color (decimal): -6842779 or 6657687. OLE color: 6657687.

HSL color Cylindrical-coordinate representation of color #979665: hue angle of 58.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #979665 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 150 101 -
CMYK 0 0.01 0.33 0.41
HSL 58.8º 0.2% 0.49% -
HSV(B) 58.8º 0.33% 0.59% -
XYZ 26.02 29.33 16.6 -
YUV 144.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 151 150 101 0 0.01 0.33 0.41 58.8 0.2 0.49
Hex 97 96 65 0 1 21 29 3B 14 31
Octal 227 226 145 0 1 41 51 73 24 61
Binary 10010111 10010110 1100101 0 1 100001 101001 111011 10100 110001

Color Harmonies of #979665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979665

Black with #979665

Text Example


Text Example

White with #979665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979665; }

 p { color: rgb(151,150,101); }

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

background-color css

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

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

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

border-color css

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

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

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