Html Css Color HEX #979A72 Avocado

📋 copy color: '#979A72'

red 151 ◦ green 154 ◦ blue 114

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

Shades of Avocado #979A72

Tints of Avocado #979A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.75%

 BLUE value IS 114 (44.92% from 255) = 27.21%

R = 36.04%
G = 36.75%
B = 27.21%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#979A72 (or 0x979A72) is known color: Avocado. HEX triplet: 97, 9A and 72. RGB value is (151,154,114). Sum of RGB (Red+Green+Blue) = 151+154+114=419 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.04% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 114 (44.92% from 255 or 27.21% from 419); Max value from RGB is 154 - color contains mainly: green. Hex color #979A72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #979A72 is #68658D. Grayscale: #949494. Windows color (decimal): -6841742 or 7510679. OLE color: 7510679.

HSL color Cylindrical-coordinate representation of color #979A72: hue angle of 64.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979A72 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 151 154 114 -
CMYK 0.02 0 0.26 0.40
HSL 64.5º 0.17% 0.53% -
HSV(B) 64.5º 0.26% 0.6% -
XYZ 27.36 30.91 20.44 -
YUV 148.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 151 154 114 0.02 0 0.26 0.40 64.5 0.17 0.53
Hex 97 9A 72 2 0 1A 28 40 11 35
Octal 227 232 162 2 0 32 50 100 21 65
Binary 10010111 10011010 1110010 10 0 11010 101000 1000000 10001 110101

Color Harmonies of #979A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979A72

Black with #979A72

Text Example


Text Example

White with #979A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,114); }

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

background-color css

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

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

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

border-color css

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

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

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