Html Css Color HEX #979B67 Avocado

📋 copy color: '#979B67'

red 151 ◦ green 155 ◦ blue 103

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

Shades of Avocado #979B67

Tints of Avocado #979B67

RGB

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

 GREEN value IS 155 (60.94% from 255) = 37.9%

 BLUE value IS 103 (40.63% from 255) = 25.18%

R = 36.92%
G = 37.9%
B = 25.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#979B67 (or 0x979B67) is known color: Avocado. HEX triplet: 97, 9B and 67. RGB value is (151,155,103). Sum of RGB (Red+Green+Blue) = 151+155+103=409 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.92% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 103 (40.62% from 255 or 25.18% from 409); Max value from RGB is 155 - color contains mainly: green. Hex color #979B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B67 is #686498. Grayscale: #949494. Windows color (decimal): -6841497 or 6790039. OLE color: 6790039.

HSL color Cylindrical-coordinate representation of color #979B67: hue angle of 64.62º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979B67 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 151 155 103 -
CMYK 0.03 0 0.34 0.39
HSL 64.62º 0.21% 0.51% -
HSV(B) 64.62º 0.34% 0.61% -
XYZ 26.93 31 17.4 -
YUV 147.88 102.67 130.23 -
System Red Green Blue C M Y K H S L
Decimal 151 155 103 0.03 0 0.34 0.39 64.62 0.21 0.51
Hex 97 9B 67 3 0 22 27 41 15 33
Octal 227 233 147 3 0 42 47 101 25 63
Binary 10010111 10011011 1100111 11 0 100010 100111 1000001 10101 110011

Color Harmonies of #979B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B67

Black with #979B67

Text Example


Text Example

White with #979B67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #979B67; }

 p { color: rgb(151,155,103); }

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

background-color css

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

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

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

border-color css

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

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

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