Html Css Color HEX #949660 Avocado

📋 copy color: '#949660'

red 148 ◦ green 150 ◦ blue 96

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

Shades of Avocado #949660

Tints of Avocado #949660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24.37%

R = 37.56%
G = 38.07%
B = 24.37%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.36

 K value IS 0.41

RGB Variations

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

Color information

#949660 (or 0x949660) is known color: Avocado. HEX triplet: 94, 96 and 60. RGB value is (148,150,96). Sum of RGB (Red+Green+Blue) = 148+150+96=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 150 (58.98% from 255 or 38.07% from 394); Blue value is 96 (37.89% from 255 or 24.37% from 394); Max value from RGB is 150 - color contains mainly: green. Hex color #949660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949660 is #6B699F. Grayscale: #8F8F8F. Windows color (decimal): -7039392 or 6330004. OLE color: 6330004.

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

Color convert

RGB 148 150 96 -
CMYK 0.01 0 0.36 0.41
HSL 62.22º 0.22% 0.48% -
HSV(B) 62.22º 0.36% 0.59% -
XYZ 25.23 28.95 15.33 -
YUV 143.25 101.34 131.39 -
System Red Green Blue C M Y K H S L
Decimal 148 150 96 0.01 0 0.36 0.41 62.22 0.22 0.48
Hex 94 96 60 1 0 24 29 3E 16 30
Octal 224 226 140 1 0 44 51 76 26 60
Binary 10010100 10010110 1100000 1 0 100100 101001 111110 10110 110000

Color Harmonies of #949660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949660

Black with #949660

Text Example


Text Example

White with #949660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949660; }

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

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

background-color css

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

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

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

border-color css

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

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

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