Html Css Color HEX #979656 Avocado

📋 copy color: '#979656'

red 151 ◦ green 150 ◦ blue 86

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

Shades of Avocado #979656

Tints of Avocado #979656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 22.22%

R = 39.02%
G = 38.76%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.41

RGB Variations

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

Color information

#979656 (or 0x979656) is known color: Avocado. HEX triplet: 97, 96 and 56. RGB value is (151,150,86). Sum of RGB (Red+Green+Blue) = 151+150+86=387 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.02% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 151 - color contains mainly: red. Hex color #979656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979656 is #6869A9. Grayscale: #8F8F8F. Windows color (decimal): -6842794 or 5674647. OLE color: 5674647.

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

Color convert

RGB 151 150 86 -
CMYK 0 0.01 0.43 0.41
HSL 59.08º 0.27% 0.46% -
HSV(B) 59.08º 0.43% 0.59% -
XYZ 25.35 29.06 13.08 -
YUV 143 95.83 133.7 -
System Red Green Blue C M Y K H S L
Decimal 151 150 86 0 0.01 0.43 0.41 59.08 0.27 0.46
Hex 97 96 56 0 1 2B 29 3B 1B 2E
Octal 227 226 126 0 1 53 51 73 33 56
Binary 10010111 10010110 1010110 0 1 101011 101001 111011 11011 101110

Color Harmonies of #979656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979656

Black with #979656

Text Example


Text Example

White with #979656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979656; }

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

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

background-color css

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

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

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

border-color css

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

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

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