Html Css Color HEX #949669 Avocado

📋 copy color: '#949669'

red 148 ◦ green 150 ◦ blue 105

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

Shades of Avocado #949669

Tints of Avocado #949669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.05%

R = 36.72%
G = 37.22%
B = 26.05%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#949669 (or 0x949669) is known color: Avocado. HEX triplet: 94, 96 and 69. RGB value is (148,150,105). Sum of RGB (Red+Green+Blue) = 148+150+105=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 105 (41.41% from 255 or 26.05% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #949669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949669 is #6B6996. Grayscale: #909090. Windows color (decimal): -7039383 or 6919828. OLE color: 6919828.

HSL color Cylindrical-coordinate representation of color #949669: hue angle of 62.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #949669 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB 148 150 105 -
CMYK 0.01 0 0.30 0.41
HSL 62.67º 0.18% 0.5% -
HSV(B) 62.67º 0.3% 0.59% -
XYZ 25.67 29.13 17.63 -
YUV 144.27 105.84 130.66 -
System Red Green Blue C M Y K H S L
Decimal 148 150 105 0.01 0 0.30 0.41 62.67 0.18 0.5
Hex 94 96 69 1 0 1E 29 3F 12 32
Octal 224 226 151 1 0 36 51 77 22 62
Binary 10010100 10010110 1101001 1 0 11110 101001 111111 10010 110010

Color Harmonies of #949669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949669

Black with #949669

Text Example


Text Example

White with #949669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949669; }

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

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

background-color css

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

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

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

border-color css

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

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

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