Html Css Color HEX #979B68 Avocado

📋 copy color: '#979B68'

red 151 ◦ green 155 ◦ blue 104

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

Shades of Avocado #979B68

Tints of Avocado #979B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.37%

R = 36.83%
G = 37.8%
B = 25.37%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#979B68 (or 0x979B68) is known color: Avocado. HEX triplet: 97, 9B and 68. RGB value is (151,155,104). Sum of RGB (Red+Green+Blue) = 151+155+104=410 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.83% from 410); Green value is 155 (60.94% from 255 or 37.80% from 410); Blue value is 104 (41.02% from 255 or 25.37% from 410); Max value from RGB is 155 - color contains mainly: green. Hex color #979B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979B68 is #686497. Grayscale: #949494. Windows color (decimal): -6841496 or 6855575. OLE color: 6855575.

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

Color convert

RGB 151 155 104 -
CMYK 0.03 0 0.33 0.39
HSL 64.71º 0.2% 0.51% -
HSV(B) 64.71º 0.33% 0.61% -
XYZ 26.98 31.02 17.66 -
YUV 147.99 103.17 130.15 -
System Red Green Blue C M Y K H S L
Decimal 151 155 104 0.03 0 0.33 0.39 64.71 0.2 0.51
Hex 97 9B 68 3 0 21 27 41 14 33
Octal 227 233 150 3 0 41 47 101 24 63
Binary 10010111 10011011 1101000 11 0 100001 100111 1000001 10100 110011

Color Harmonies of #979B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979B68

Black with #979B68

Text Example


Text Example

White with #979B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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