Html Css Color HEX #979762 Avocado

📋 copy color: '#979762'

red 151 ◦ green 151 ◦ blue 98

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

Shades of Avocado #979762

Tints of Avocado #979762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.5%

R = 37.75%
G = 37.75%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#979762 (or 0x979762) is known color: Avocado. HEX triplet: 97, 97 and 62. RGB value is (151,151,98). Sum of RGB (Red+Green+Blue) = 151+151+98=400 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.75% from 400); Green value is 151 (59.38% from 255 or 37.75% from 400); Blue value is 98 (38.67% from 255 or 24.5% from 400); Max value from RGB is 151 - color contains mainly: red, green. Hex color #979762 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979762 is #68689D. Grayscale: #919191. Windows color (decimal): -6842526 or 6461335. OLE color: 6461335.

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

Color convert

RGB 151 151 98 -
CMYK 0 0 0.35 0.41
HSL 60º 0.21% 0.49% -
HSV(B) 60º 0.35% 0.59% -
XYZ 26.03 29.59 15.9 -
YUV 144.96 101.5 132.31 -
System Red Green Blue C M Y K H S L
Decimal 151 151 98 0 0 0.35 0.41 60 0.21 0.49
Hex 97 97 62 0 0 23 29 3C 15 31
Octal 227 227 142 0 0 43 51 74 25 61
Binary 10010111 10010111 1100010 0 0 100011 101001 111100 10101 110001

Color Harmonies of #979762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979762

Black with #979762

Text Example


Text Example

White with #979762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979762; }

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

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

background-color css

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

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

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

border-color css

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

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

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