Html Css Color HEX #949774 Avocado

📋 copy color: '#949774'

red 148 ◦ green 151 ◦ blue 116

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

Shades of Avocado #949774

Tints of Avocado #949774

RGB

 RED value IS 148 (58.2% from 255) = 35.66%

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 35.66%
G = 36.39%
B = 27.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#949774 (or 0x949774) is known color: Avocado. HEX triplet: 94, 97 and 74. RGB value is (148,151,116). Sum of RGB (Red+Green+Blue) = 148+151+116=415 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.66% from 415); Green value is 151 (59.38% from 255 or 36.39% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 151 - color contains mainly: green. Hex color #949774 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949774 is #6B688B. Grayscale: #929292. Windows color (decimal): -7039116 or 7640980. OLE color: 7640980.

HSL color Cylindrical-coordinate representation of color #949774: hue angle of 65.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #949774 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 151 116 -
CMYK 0.02 0 0.23 0.41
HSL 65.14º 0.14% 0.52% -
HSV(B) 65.14º 0.23% 0.59% -
XYZ 26.43 29.69 20.86 -
YUV 146.11 111.01 129.35 -
System Red Green Blue C M Y K H S L
Decimal 148 151 116 0.02 0 0.23 0.41 65.14 0.14 0.52
Hex 94 97 74 2 0 17 29 41 E 34
Octal 224 227 164 2 0 27 51 101 16 64
Binary 10010100 10010111 1110100 10 0 10111 101001 1000001 1110 110100

Color Harmonies of #949774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949774

Black with #949774

Text Example


Text Example

White with #949774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949774; }

 p { color: rgb(148,151,116); }

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

background-color css

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

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

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

border-color css

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

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

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