Html Css Color HEX #949665 Avocado

📋 copy color: '#949665'

red 148 ◦ green 150 ◦ blue 101

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

Shades of Avocado #949665

Tints of Avocado #949665

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.59%

 BLUE value IS 101 (39.84% from 255) = 25.31%

R = 37.09%
G = 37.59%
B = 25.31%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#949665 (or 0x949665) is known color: Avocado. HEX triplet: 94, 96 and 65. RGB value is (148,150,101). Sum of RGB (Red+Green+Blue) = 148+150+101=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 150 (58.98% from 255 or 37.59% from 399); Blue value is 101 (39.84% from 255 or 25.31% from 399); Max value from RGB is 150 - color contains mainly: green. Hex color #949665 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949665 is #6B699A. Grayscale: #909090. Windows color (decimal): -7039387 or 6657684. OLE color: 6657684.

HSL color Cylindrical-coordinate representation of color #949665: hue angle of 62.45º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949665 is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 101 -
CMYK 0.01 0 0.33 0.41
HSL 62.45º 0.2% 0.49% -
HSV(B) 62.45º 0.33% 0.59% -
XYZ 25.47 29.05 16.58 -
YUV 143.82 103.84 130.98 -
System Red Green Blue C M Y K H S L
Decimal 148 150 101 0.01 0 0.33 0.41 62.45 0.2 0.49
Hex 94 96 65 1 0 21 29 3E 14 31
Octal 224 226 145 1 0 41 51 76 24 61
Binary 10010100 10010110 1100101 1 0 100001 101001 111110 10100 110001

Color Harmonies of #949665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949665

Black with #949665

Text Example


Text Example

White with #949665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949665; }

 p { color: rgb(148,150,101); }

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

background-color css

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

 a { background-color: rgb(148,150,101); }

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

border-color css

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

 span { border-color: rgb(148,150,101); }

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