Html Css Color HEX #949771 Avocado

📋 copy color: '#949771'

red 148 ◦ green 151 ◦ blue 113

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

Shades of Avocado #949771

Tints of Avocado #949771

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 27.43%

R = 35.92%
G = 36.65%
B = 27.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.41

RGB Variations

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

Color information

#949771 (or 0x949771) is known color: Avocado. HEX triplet: 94, 97 and 71. RGB value is (148,151,113). Sum of RGB (Red+Green+Blue) = 148+151+113=412 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.92% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #949771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949771 is #6B688E. Grayscale: #919191. Windows color (decimal): -7039119 or 7444372. OLE color: 7444372.

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

Color convert

RGB 148 151 113 -
CMYK 0.02 0 0.25 0.41
HSL 64.74º 0.15% 0.52% -
HSV(B) 64.74º 0.25% 0.59% -
XYZ 26.26 29.62 19.96 -
YUV 145.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 148 151 113 0.02 0 0.25 0.41 64.74 0.15 0.52
Hex 94 97 71 2 0 19 29 41 F 34
Octal 224 227 161 2 0 31 51 101 17 64
Binary 10010100 10010111 1110001 10 0 11001 101001 1000001 1111 110100

Color Harmonies of #949771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949771

Black with #949771

Text Example


Text Example

White with #949771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949771; }

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

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

background-color css

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

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

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

border-color css

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

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

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