Html Css Color HEX #949971 Avocado

📋 copy color: '#949971'

red 148 ◦ green 153 ◦ blue 113

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

Shades of Avocado #949971

Tints of Avocado #949971

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.96%

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

R = 35.75%
G = 36.96%
B = 27.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#949971 (or 0x949971) is known color: Avocado. HEX triplet: 94, 99 and 71. RGB value is (148,153,113). Sum of RGB (Red+Green+Blue) = 148+153+113=414 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.75% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 113 (44.53% from 255 or 27.29% from 414); Max value from RGB is 153 - color contains mainly: green. Hex color #949971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949971 is #6B668E. Grayscale: #939393. Windows color (decimal): -7038607 or 7444884. OLE color: 7444884.

HSL color Cylindrical-coordinate representation of color #949971: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #949971 is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.4.

Color convert

RGB 148 153 113 -
CMYK 0.03 0 0.26 0.4
HSL 67.5º 0.16% 0.52% -
HSV(B) 67.5º 0.26% 0.6% -
XYZ 26.58 30.27 20.06 -
YUV 146.95 108.84 128.75 -
System Red Green Blue C M Y K H S L
Decimal 148 153 113 0.03 0 0.26 0.4 67.5 0.16 0.52
Hex 94 99 71 3 0 1A 28 44 10 34
Octal 224 231 161 3 0 32 50 104 20 64
Binary 10010100 10011001 1110001 11 0 11010 101000 1000100 10000 110100

Color Harmonies of #949971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949971

Black with #949971

Text Example


Text Example

White with #949971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949971; }

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

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

background-color css

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

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

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

border-color css

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

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

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